#BBBECF

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

Shades of Lavender Grey #BBBECF

Tints of Lavender Grey #BBBECF

Color information

#BBBECF (or 0xBBBECF) is unknown color: approx Lavender Grey. HEX triplet: BB, BE and CF. RGB value is (187,190,207). Sum of RGB (Red+Green+Blue) = 187+190+207=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBECF is #444130. Grayscale: #BEBEBE. Windows color (decimal): -4473137 or 13614779. OLE color: 13614779.

HSL color Cylindrical-coordinate representation of color #BBBECF: hue angle of 231º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBBECF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187190207-
CMYK0.100.0800.19
HSL231º17.24%77.25%-
HSV(B)231º9.66%81.18%-
XYZ50.1751.966.4-
YUV191.04137.01125.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 190 (74.61% from 255) = 32.53%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=32.02%
G=32.53%
B=35.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871902070.100.0800.1923117.2477.25
HexBBBECFA8013e7114d
Octal273276317121002334721115
Binary1011101110111110110011111010100001001111100111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBECF; }

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

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

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

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

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

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

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

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