#B7BBDE

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

Shades of Lavender Grey #B7BBDE

Tints of Lavender Grey #B7BBDE

Color information

#B7BBDE (or 0xB7BBDE) is unknown color: approx Lavender Grey. HEX triplet: B7, BB and DE. RGB value is (183,187,222). Sum of RGB (Red+Green+Blue) = 183+187+222=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7BBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBDE is #484421. Grayscale: #BDBDBD. Windows color (decimal): -4736034 or 14597047. OLE color: 14597047.

HSL color Cylindrical-coordinate representation of color #B7BBDE: hue angle of 233.85º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7BBDE is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183187222-
CMYK0.180.1600.13
HSL233.85º37.14%79.41%-
HSV(B)233.85º17.57%87.06%-
XYZ50.4850.8876.27-
YUV189.79146.17123.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.91%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=30.91%
G=31.59%
B=37.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831872220.180.1600.13233.8537.1479.41
HexB7BBDE12100Dea254f
Octal267273336222001535245117
Binary101101111011101111011110100101000001101111010101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BBDE; }

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

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

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

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

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

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

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

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