Html Css Color HEX #B9BDD0 Lavender Grey

📋 copy color: '#B9BDD0'

red 185 ◦ green 189 ◦ blue 208

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

Shades of Lavender Grey #B9BDD0

Tints of Lavender Grey #B9BDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 31.79%
G = 32.47%
B = 35.74%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B9BDD0 (or 0xB9BDD0) is known color: Lavender Grey. HEX triplet: B9, BD and D0. RGB value is (185,189,208). Sum of RGB (Red+Green+Blue) = 185+189+208=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDD0 is #46422F. Grayscale: #BDBDBD. Windows color (decimal): -4604464 or 13680057. OLE color: 13680057.

HSL color Cylindrical-coordinate representation of color #B9BDD0: hue angle of 229.57º degrees, saturation: 0.2, 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 #B9BDD0 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 189 208 -
CMYK 0.11 0.09 0 0.18
HSL 229.57º 0.2% 0.77% -
HSV(B) 229.57º 0.11% 0.82% -
XYZ 49.59 51.26 66.96 -
YUV 189.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 185 189 208 0.11 0.09 0 0.18 229.57 0.2 0.77
Hex B9 BD D0 B 9 0 12 E6 14 4D
Octal 271 275 320 13 11 0 22 346 24 115
Binary 10111001 10111101 11010000 1011 1001 0 10010 11100110 10100 1001101

Color Harmonies of #B9BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDD0

Black with #B9BDD0

Text Example


Text Example

White with #B9BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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