#BBBCCF

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

Shades of Lavender Grey #BBBCCF

Tints of Lavender Grey #BBBCCF

Color information

#BBBCCF (or 0xBBBCCF) is unknown color: approx Lavender Grey. HEX triplet: BB, BC and CF. RGB value is (187,188,207). Sum of RGB (Red+Green+Blue) = 187+188+207=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBBCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCCF is #444330. Grayscale: #BDBDBD. Windows color (decimal): -4473649 or 13614267. OLE color: 13614267.

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

Color convert

RGB187188207-
CMYK0.100.0900.19
HSL237º17.24%77.25%-
HSV(B)237º9.66%81.18%-
XYZ49.7451.0466.26-
YUV189.87137.67125.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 188 (73.83% from 255) = 32.30%
BLUE value IS 207 (81.25% from 255) = 35.57%
R=32.13%
G=32.30%
B=35.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871882070.100.0900.1923717.2477.25
HexBBBCCFA9013ed114d
Octal273274317121102335521115
Binary1011101110111100110011111010100101001111101101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCCF; }

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

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

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

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

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

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

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

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