#B988DB

Color #B988DB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B988DB

Tints of Biloba Flower #B988DB

Color information

#B988DB (or 0xB988DB) is unknown color: approx Biloba Flower. HEX triplet: B9, 88 and DB. RGB value is (185,136,219). Sum of RGB (Red+Green+Blue) = 185+136+219=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #B988DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988DB is #467724. Grayscale: #9F9F9F. Windows color (decimal): -4618021 or 14387385. OLE color: 14387385.

HSL color Cylindrical-coordinate representation of color #B988DB: hue angle of 275.42º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B988DB is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185136219-
CMYK0.160.3800.14
HSL275.42º53.55%69.61%-
HSV(B)275.42º37.9%85.88%-
XYZ41.633.0471.2-
YUV160.11161.23145.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 34.26%
GREEN value IS 136 (53.52% from 255) = 25.19%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=34.26%
G=25.19%
B=40.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851362190.160.3800.14275.4253.5569.61
HexB988DB10260E1133646
Octal271210333204601642366106
Binary10111001100010001101101110000100110011101000100111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B988DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B988DB; }

 p { color: rgb(185,136,219); }

 H1.HeaderClassName
 {
   color: #B988DB;
 }
 .AnyTagClassName
 {
   color: #B988DB;
 }
</style>
background-color css

<style>
 a { background-color: #B988DB; }

 a { background-color: rgb(185,136,219); }

 div.DivClassName
 {
   background-color: #B988DB;
 }
 .BgClassName
 {
   background-color: #B988DB;
 }
</style>
border-color css

<style>
 span { border-color: #B988DB; }

 span { border-color: rgb(185,136,219); }

 td.TdClassName
 {
   border-color: #B988DB;
 }
 .TagClassName
 {
   border-color: #B988DB;
 }
</style>