#BB9ABC

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

Shades of Lilac #BB9ABC

Tints of Lilac #BB9ABC

Color information

#BB9ABC (or 0xBB9ABC) is unknown color: approx Lilac. HEX triplet: BB, 9A and BC. RGB value is (187,154,188). Sum of RGB (Red+Green+Blue) = 187+154+188=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB9ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ABC is #446543. Grayscale: #A7A7A7. Windows color (decimal): -4482372 or 12360379. OLE color: 12360379.

HSL color Cylindrical-coordinate representation of color #BB9ABC: hue angle of 298.24º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB9ABC is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187154188-
CMYK0.010.1800.26
HSL298.24º20.24%67.06%-
HSV(B)298.24º18.09%73.73%-
XYZ41.1337.3152.61-
YUV167.74139.43141.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=35.35%
G=29.11%
B=35.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871541880.010.1800.26298.2420.2467.06
HexBB9ABC11201A12a1443
Octal27323227412203245224103
Binary101110111001101010111100110010011010100101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9ABC; }

 p { color: rgb(187,154,188); }

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

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

 a { background-color: rgb(187,154,188); }

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

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

 span { border-color: rgb(187,154,188); }

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