#BBBBCF

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

Shades of Lavender Grey #BBBBCF

Tints of Lavender Grey #BBBBCF

Color information

#BBBBCF (or 0xBBBBCF) is unknown color: approx Lavender Grey. HEX triplet: BB, BB and CF. RGB value is (187,187,207). Sum of RGB (Red+Green+Blue) = 187+187+207=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBBBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBCF is #444430. Grayscale: #BDBDBD. Windows color (decimal): -4473905 or 13614011. OLE color: 13614011.

HSL color Cylindrical-coordinate representation of color #BBBBCF: hue angle of 240º 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 #BBBBCF is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187187207-
CMYK0.100.1000.19
HSL240º17.24%77.25%-
HSV(B)240º9.66%81.18%-
XYZ49.5350.6166.19-
YUV189.28138126.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=32.19%
G=32.19%
B=35.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871872070.100.1000.1924017.2477.25
HexBBBBCFAA013f0114d
Octal273273317121202336021115
Binary1011101110111011110011111010101001001111110000100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBCF; }

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

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

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

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

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

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

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

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