#BBB7EE

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

Shades of Lavender Grey #BBB7EE

Tints of Lavender Grey #BBB7EE

Color information

#BBB7EE (or 0xBBB7EE) is unknown color: approx Lavender Grey. HEX triplet: BB, B7 and EE. RGB value is (187,183,238). Sum of RGB (Red+Green+Blue) = 187+183+238=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB7EE is #444811. Grayscale: #BEBEBE. Windows color (decimal): -4474898 or 15644603. OLE color: 15644603.

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

Color convert

RGB187183238-
CMYK0.210.2300.07
HSL244.36º61.8%82.55%-
HSV(B)244.36º23.11%93.33%-
XYZ52.8650.687.87-
YUV190.47154.83125.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.76%
GREEN value IS 183 (71.88% from 255) = 30.10%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=30.76%
G=30.10%
B=39.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871832380.210.2300.07244.3661.882.55
HexBBB7EE151707f43e53
Octal27326735625270736476123
Binary10111011101101111110111010101101110111111101001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7EE; }

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

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

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

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

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

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

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

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