#BBBCDD

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

Shades of Lavender Grey #BBBCDD

Tints of Lavender Grey #BBBCDD

Color information

#BBBCDD (or 0xBBBCDD) is unknown color: approx Lavender Grey. HEX triplet: BB, BC and DD. RGB value is (187,188,221). Sum of RGB (Red+Green+Blue) = 187+188+221=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBBCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCDD is #444322. Grayscale: #BFBFBF. Windows color (decimal): -4473635 or 14531771. OLE color: 14531771.

HSL color Cylindrical-coordinate representation of color #BBBCDD: hue angle of 238.24º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBBCDD is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187188221-
CMYK0.150.1500.13
HSL238.24º33.33%80%-
HSV(B)238.24º15.38%86.67%-
XYZ51.5351.7575.68-
YUV191.46144.67124.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.38%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=31.38%
G=31.54%
B=37.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871882210.150.1500.13238.2433.3380
HexBBBCDDFF0Dee2150
Octal273274335171701535641120
Binary1011101110111100110111011111111101101111011101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCDD; }

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

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

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

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

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

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

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

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