#BBBBDD

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

Shades of Lavender Grey #BBBBDD

Tints of Lavender Grey #BBBBDD

Color information

#BBBBDD (or 0xBBBBDD) is unknown color: approx Lavender Grey. HEX triplet: BB, BB and DD. RGB value is (187,187,221). Sum of RGB (Red+Green+Blue) = 187+187+221=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBBBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBDD is #444422. Grayscale: #BEBEBE. Windows color (decimal): -4473891 or 14531515. OLE color: 14531515.

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

Color convert

RGB187187221-
CMYK0.150.1500.13
HSL240º33.33%80%-
HSV(B)240º15.38%86.67%-
XYZ51.3151.3375.61-
YUV190.88145125.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 187 (73.44% from 255) = 31.43%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=31.43%
G=31.43%
B=37.14%

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
Decimal1871872210.150.1500.1324033.3380
HexBBBBDDFF0Df02150
Octal273273335171701536041120
Binary1011101110111011110111011111111101101111100001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBDD; }

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

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

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

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

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

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

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

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