Html Css Color HEX #B9BDCE Lavender Grey

📋 copy color: '#B9BDCE'

red 185 ◦ green 189 ◦ blue 206

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

Shades of Lavender Grey #B9BDCE

Tints of Lavender Grey #B9BDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 31.9%
G = 32.59%
B = 35.52%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9BDCE (or 0xB9BDCE) is known color: Lavender Grey. HEX triplet: B9, BD and CE. RGB value is (185,189,206). Sum of RGB (Red+Green+Blue) = 185+189+206=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDCE is #464231. Grayscale: #BDBDBD. Windows color (decimal): -4604466 or 13548985. OLE color: 13548985.

HSL color Cylindrical-coordinate representation of color #B9BDCE: hue angle of 228.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9BDCE is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 189 206 -
CMYK 0.10 0.08 0 0.19
HSL 228.57º 0.18% 0.77% -
HSV(B) 228.57º 0.1% 0.81% -
XYZ 49.35 51.17 65.67 -
YUV 189.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 185 189 206 0.10 0.08 0 0.19 228.57 0.18 0.77
Hex B9 BD CE A 8 0 13 E5 12 4D
Octal 271 275 316 12 10 0 23 345 22 115
Binary 10111001 10111101 11001110 1010 1000 0 10011 11100101 10010 1001101

Color Harmonies of #B9BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDCE

Black with #B9BDCE

Text Example


Text Example

White with #B9BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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