#B9BEDA

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

Shades of Lavender Grey #B9BEDA

Tints of Lavender Grey #B9BEDA

Color information

#B9BEDA (or 0xB9BEDA) is unknown color: approx Lavender Grey. HEX triplet: B9, BE and DA. RGB value is (185,190,218). Sum of RGB (Red+Green+Blue) = 185+190+218=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BEDA is #464125. Grayscale: #BFBFBF. Windows color (decimal): -4604198 or 14335673. OLE color: 14335673.

HSL color Cylindrical-coordinate representation of color #B9BEDA: hue angle of 230.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9BEDA is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185190218-
CMYK0.150.1300.15
HSL230.91º30.84%79.02%-
HSV(B)230.91º15.14%85.49%-
XYZ51.0852.273.71-
YUV191.7142.84123.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.20%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=31.20%
G=32.04%
B=36.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851902180.150.1300.15230.9130.8479.02
HexB9BEDAFD0Fe71f4f
Octal271276332171501734737117
Binary101110011011111011011010111111010111111100111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BEDA; }

 p { color: rgb(185,190,218); }

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

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

 a { background-color: rgb(185,190,218); }

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

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

 span { border-color: rgb(185,190,218); }

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