#BBBECA

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

Shades of Lavender Grey #BBBECA

Tints of Lavender Grey #BBBECA

Color information

#BBBECA (or 0xBBBECA) is unknown color: approx Lavender Grey. HEX triplet: BB, BE and CA. RGB value is (187,190,202). Sum of RGB (Red+Green+Blue) = 187+190+202=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBECA is #444135. Grayscale: #BEBEBE. Windows color (decimal): -4473142 or 13287099. OLE color: 13287099.

HSL color Cylindrical-coordinate representation of color #BBBECA: hue angle of 228º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBBECA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187190202-
CMYK0.070.0600.21
HSL228º12.4%76.27%-
HSV(B)228º7.43%79.22%-
XYZ49.5751.6663.24-
YUV190.47134.51125.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=32.30%
G=32.82%
B=34.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871902020.070.0600.2122812.476.27
HexBBBECA76015e4c4c
Octal2732763127602534414114
Binary1011101110111110110010101111100101011110010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBECA; }

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

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

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

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

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

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

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

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