#BBBBEE

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

Shades of Lavender Grey #BBBBEE

Tints of Lavender Grey #BBBBEE

Color information

#BBBBEE (or 0xBBBBEE) is unknown color: approx Lavender Grey. HEX triplet: BB, BB and EE. RGB value is (187,187,238). Sum of RGB (Red+Green+Blue) = 187+187+238=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBEE is #444411. Grayscale: #C0C0C0. Windows color (decimal): -4473874 or 15645627. OLE color: 15645627.

HSL color Cylindrical-coordinate representation of color #BBBBEE: hue angle of 240º degrees, saturation: 0.6, 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 #BBBBEE is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187187238-
CMYK0.210.2100.07
HSL240º60%83.33%-
HSV(B)240º21.43%93.33%-
XYZ53.752.2888.15-
YUV192.81153.5123.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.56%
GREEN value IS 187 (73.44% from 255) = 30.56%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=30.56%
G=30.56%
B=38.89%

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
Decimal1871872380.210.2100.072406083.33
HexBBBBEE151507f03c53
Octal27327335625250736074123
Binary10111011101110111110111010101101010111111100001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBEE; }

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

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

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

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

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

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

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

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