#BBBBCC

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

Shades of Lavender Grey #BBBBCC

Tints of Lavender Grey #BBBBCC

Color information

#BBBBCC (or 0xBBBBCC) is unknown color: approx Lavender Grey. HEX triplet: BB, BB and CC. RGB value is (187,187,204). Sum of RGB (Red+Green+Blue) = 187+187+204=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBCC is #444433. Grayscale: #BCBCBC. Windows color (decimal): -4473908 or 13417403. OLE color: 13417403.

HSL color Cylindrical-coordinate representation of color #BBBBCC: hue angle of 240º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBBBCC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187187204-
CMYK0.080.0800.2
HSL240º14.29%76.67%-
HSV(B)240º8.33%80%-
XYZ49.1650.4764.28-
YUV188.94136.5126.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=32.35%
G=32.35%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871872040.080.0800.224014.2976.67
HexBBBBCC88014f0e4d
Octal273273314101002436016115
Binary101110111011101111001100100010000101001111000011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBCC; }

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

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

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

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

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

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

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

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