#BBBDE7

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

Shades of Lavender Grey #BBBDE7

Tints of Lavender Grey #BBBDE7

Color information

#BBBDE7 (or 0xBBBDE7) is unknown color: approx Lavender Grey. HEX triplet: BB, BD and E7. RGB value is (187,189,231). Sum of RGB (Red+Green+Blue) = 187+189+231=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBBDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDE7 is #444218. Grayscale: #C1C1C1. Windows color (decimal): -4473369 or 15187387. OLE color: 15187387.

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

Color convert

RGB187189231-
CMYK0.190.1800.09
HSL237.27º47.83%81.96%-
HSV(B)237.27º19.05%90.59%-
XYZ53.1152.7382.98-
YUV193.19149.34123.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 231 (90.62% from 255) = 38.06%
R=30.81%
G=31.14%
B=38.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871892310.190.1800.09237.2747.8381.96
HexBBBDE7131209ed3052
Octal273275347232201135560122
Binary101110111011110111100111100111001001001111011011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDE7; }

 p { color: rgb(187,189,231); }

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

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

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

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

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

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

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