#B7BADE

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

Shades of Lavender Grey #B7BADE

Tints of Lavender Grey #B7BADE

Color information

#B7BADE (or 0xB7BADE) is unknown color: approx Lavender Grey. HEX triplet: B7, BA and DE. RGB value is (183,186,222). Sum of RGB (Red+Green+Blue) = 183+186+222=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BADE is #484521. Grayscale: #BDBDBD. Windows color (decimal): -4736290 or 14596791. OLE color: 14596791.

HSL color Cylindrical-coordinate representation of color #B7BADE: hue angle of 235.38º 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 #B7BADE is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183186222-
CMYK0.180.1600.13
HSL235.38º37.14%79.41%-
HSV(B)235.38º17.57%87.06%-
XYZ50.2750.4676.2-
YUV189.21146.51123.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.96%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=30.96%
G=31.47%
B=37.56%

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
Decimal1831862220.180.1600.13235.3837.1479.41
HexB7BADE12100Deb254f
Octal267272336222001535345117
Binary101101111011101011011110100101000001101111010111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BADE; }

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

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

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

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

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

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

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

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