#B9BDD1

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

Shades of Lavender Grey #B9BDD1

Tints of Lavender Grey #B9BDD1

Color information

#B9BDD1 (or 0xB9BDD1) is unknown color: approx Lavender Grey. HEX triplet: B9, BD and D1. RGB value is (185,189,209). Sum of RGB (Red+Green+Blue) = 185+189+209=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #B9BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDD1 is #46422E. Grayscale: #BEBEBE. Windows color (decimal): -4604463 or 13745593. OLE color: 13745593.

HSL color Cylindrical-coordinate representation of color #B9BDD1: hue angle of 230º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9BDD1 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185189209-
CMYK0.110.1000.18
HSL230º20.69%77.25%-
HSV(B)230º11.48%81.96%-
XYZ49.7151.3167.61-
YUV190.08138.67124.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.73%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=31.73%
G=32.42%
B=35.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851892090.110.1000.1823020.6977.25
HexB9BDD1BA012e6154d
Octal271275321131202234625115
Binary1011100110111101110100011011101001001011100110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDD1; }

 p { color: rgb(185,189,209); }

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

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

 a { background-color: rgb(185,189,209); }

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

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

 span { border-color: rgb(185,189,209); }

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