Html Css Color HEX #B9BDD7 Lavender Grey

📋 copy color: '#B9BDD7'

red 185 ◦ green 189 ◦ blue 215

#B9BDD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #B9BDD7

Tints of Lavender Grey #B9BDD7

RGB

 RED value IS 185 (72.66% from 255) = 31.41%

 GREEN value IS 189 (74.22% from 255) = 32.09%

 BLUE value IS 215 (84.38% from 255) = 36.5%

R = 31.41%
G = 32.09%
B = 36.5%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B9BDD7 (or 0xB9BDD7) is known color: Lavender Grey. HEX triplet: B9, BD and D7. RGB value is (185,189,215). Sum of RGB (Red+Green+Blue) = 185+189+215=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #B9BDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDD7 is #464228. Grayscale: #BEBEBE. Windows color (decimal): -4604457 or 14138809. OLE color: 14138809.

HSL color Cylindrical-coordinate representation of color #B9BDD7: hue angle of 232º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9BDD7 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 189 215 -
CMYK 0.14 0.12 0 0.16
HSL 232º 0.27% 0.78% -
HSV(B) 232º 0.14% 0.84% -
XYZ 50.47 51.62 71.59 -
YUV 190.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 185 189 215 0.14 0.12 0 0.16 232 0.27 0.78
Hex B9 BD D7 E C 0 10 E8 1B 4E
Octal 271 275 327 16 14 0 20 350 33 116
Binary 10111001 10111101 11010111 1110 1100 0 10000 11101000 11011 1001110

Color Harmonies of #B9BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDD7

Black with #B9BDD7

Text Example


Text Example

White with #B9BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDD7; }

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

 H1.HeaderClassName
 {
   color: #B9BDD7;
 }
 .AnyTagClassName
 {
   color: #B9BDD7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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