#B988DA

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

Shades of Biloba Flower #B988DA

Tints of Biloba Flower #B988DA

Color information

#B988DA (or 0xB988DA) is unknown color: approx Biloba Flower. HEX triplet: B9, 88 and DA. RGB value is (185,136,218). Sum of RGB (Red+Green+Blue) = 185+136+218=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #B988DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988DA is #467725. Grayscale: #9F9F9F. Windows color (decimal): -4618022 or 14321849. OLE color: 14321849.

HSL color Cylindrical-coordinate representation of color #B988DA: hue angle of 275.85º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B988DA is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185136218-
CMYK0.150.3800.15
HSL275.85º52.56%69.41%-
HSV(B)275.85º37.61%85.49%-
XYZ41.4732.9870.51-
YUV160160.73145.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.32%
GREEN value IS 136 (53.52% from 255) = 25.23%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=34.32%
G=25.23%
B=40.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851362180.150.3800.15275.8552.5669.41
HexB988DAF260F1143545
Octal271210332174601742465105
Binary1011100110001000110110101111100110011111000101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B988DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B988DA; }

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

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

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

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

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

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

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

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