#BBBBED

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

Shades of Lavender Grey #BBBBED

Tints of Lavender Grey #BBBBED

Color information

#BBBBED (or 0xBBBBED) is unknown color: approx Lavender Grey. HEX triplet: BB, BB and ED. RGB value is (187,187,237). Sum of RGB (Red+Green+Blue) = 187+187+237=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBED is #444412. Grayscale: #C0C0C0. Windows color (decimal): -4473875 or 15580091. OLE color: 15580091.

HSL color Cylindrical-coordinate representation of color #BBBBED: hue angle of 240º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBBBED is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187187237-
CMYK0.210.2100.07
HSL240º58.14%83.14%-
HSV(B)240º21.1%92.94%-
XYZ53.5552.2287.38-
YUV192.7153123.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 237 (92.97% from 255) = 38.79%
R=30.61%
G=30.61%
B=38.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871872370.210.2100.0724058.1483.14
HexBBBBED151507f03a53
Octal27327335525250736072123
Binary10111011101110111110110110101101010111111100001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBED; }

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

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

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

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

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

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

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

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