Html Css Color HEX #B9BDDC Lavender Grey

📋 copy color: '#B9BDDC'

red 185 ◦ green 189 ◦ blue 220

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

Shades of Lavender Grey #B9BDDC

Tints of Lavender Grey #B9BDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.04%

R = 31.14%
G = 31.82%
B = 37.04%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9BDDC (or 0xB9BDDC) is known color: Lavender Grey. HEX triplet: B9, BD and DC. RGB value is (185,189,220). Sum of RGB (Red+Green+Blue) = 185+189+220=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDDC is #464223. Grayscale: #BFBFBF. Windows color (decimal): -4604452 or 14466489. OLE color: 14466489.

HSL color Cylindrical-coordinate representation of color #B9BDDC: hue angle of 233.14º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9BDDC is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 189 220 -
CMYK 0.16 0.14 0 0.14
HSL 233.14º 0.33% 0.79% -
HSV(B) 233.14º 0.16% 0.86% -
XYZ 51.12 51.88 75.03 -
YUV 191.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 185 189 220 0.16 0.14 0 0.14 233.14 0.33 0.79
Hex B9 BD DC 10 E 0 E E9 21 4F
Octal 271 275 334 20 16 0 16 351 41 117
Binary 10111001 10111101 11011100 10000 1110 0 1110 11101001 100001 1001111

Color Harmonies of #B9BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDDC

Black with #B9BDDC

Text Example


Text Example

White with #B9BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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