Html Css Color HEX #B9BDD2 Lavender Grey

📋 copy color: '#B9BDD2'

red 185 ◦ green 189 ◦ blue 210

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

Shades of Lavender Grey #B9BDD2

Tints of Lavender Grey #B9BDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.96%

R = 31.68%
G = 32.36%
B = 35.96%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B9BDD2 (or 0xB9BDD2) is known color: Lavender Grey. HEX triplet: B9, BD and D2. RGB value is (185,189,210). Sum of RGB (Red+Green+Blue) = 185+189+210=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 210 - color contains mainly: blue. Hex color #B9BDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDD2 is #46422D. Grayscale: #BEBEBE. Windows color (decimal): -4604462 or 13811129. OLE color: 13811129.

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

Color convert

RGB 185 189 210 -
CMYK 0.12 0.10 0 0.18
HSL 230.4º 0.22% 0.77% -
HSV(B) 230.4º 0.12% 0.82% -
XYZ 49.84 51.36 68.26 -
YUV 190.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 185 189 210 0.12 0.10 0 0.18 230.4 0.22 0.77
Hex B9 BD D2 C A 0 12 E6 16 4D
Octal 271 275 322 14 12 0 22 346 26 115
Binary 10111001 10111101 11010010 1100 1010 0 10010 11100110 10110 1001101

Color Harmonies of #B9BDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDD2

Black with #B9BDD2

Text Example


Text Example

White with #B9BDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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