#BBBED0

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

Shades of Lavender Grey #BBBED0

Tints of Lavender Grey #BBBED0

Color information

#BBBED0 (or 0xBBBED0) is unknown color: approx Lavender Grey. HEX triplet: BB, BE and D0. RGB value is (187,190,208). Sum of RGB (Red+Green+Blue) = 187+190+208=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBED0 is #44412F. Grayscale: #BFBFBF. Windows color (decimal): -4473136 or 13680315. OLE color: 13680315.

HSL color Cylindrical-coordinate representation of color #BBBED0: hue angle of 231.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBBED0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187190208-
CMYK0.100.0900.18
HSL231.43º18.26%77.45%-
HSV(B)231.43º10.1%81.57%-
XYZ50.2951.9567.05-
YUV191.15137.51125.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=31.97%
G=32.48%
B=35.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871902080.100.0900.18231.4318.2677.45
HexBBBED0A9012e7124d
Octal273276320121102234722115
Binary1011101110111110110100001010100101001011100111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBED0; }

 p { color: rgb(187,190,208); }

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

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

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

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

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

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

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