#BB8CBE

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

Shades of Lilac #BB8CBE

Tints of Lilac #BB8CBE

Color information

#BB8CBE (or 0xBB8CBE) is unknown color: approx Lilac. HEX triplet: BB, 8C and BE. RGB value is (187,140,190). Sum of RGB (Red+Green+Blue) = 187+140+190=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CBE is #447341. Grayscale: #9F9F9F. Windows color (decimal): -4485954 or 12487867. OLE color: 12487867.

HSL color Cylindrical-coordinate representation of color #BB8CBE: hue angle of 296.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8CBE is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187140190-
CMYK0.020.2600.25
HSL296.4º27.78%64.71%-
HSV(B)296.4º26.32%74.51%-
XYZ39.1733.0453.03-
YUV159.75145.07147.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 140 (55.08% from 255) = 27.08%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=36.17%
G=27.08%
B=36.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871401900.020.2600.25296.427.7864.71
HexBB8CBE21A0191281c41
Octal27321427623203145034101
Binary1011101110001100101111101011010011001100101000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8CBE; }

 p { color: rgb(187,140,190); }

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

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

 a { background-color: rgb(187,140,190); }

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

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

 span { border-color: rgb(187,140,190); }

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