Html Css Color HEX #B9BBCD Lavender Grey

📋 copy color: '#B9BBCD'

red 185 ◦ green 187 ◦ blue 205

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

Shades of Lavender Grey #B9BBCD

Tints of Lavender Grey #B9BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.41%

 BLUE value IS 205 (80.47% from 255) = 35.53%

R = 32.06%
G = 32.41%
B = 35.53%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9BBCD (or 0xB9BBCD) is known color: Lavender Grey. HEX triplet: B9, BB and CD. RGB value is (185,187,205). Sum of RGB (Red+Green+Blue) = 185+187+205=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBCD is #464432. Grayscale: #BCBCBC. Windows color (decimal): -4604979 or 13482937. OLE color: 13482937.

HSL color Cylindrical-coordinate representation of color #B9BBCD: hue angle of 234º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9BBCD is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 187 205 -
CMYK 0.10 0.09 0 0.20
HSL 234º 0.17% 0.76% -
HSV(B) 234º 0.1% 0.8% -
XYZ 48.8 50.26 64.89 -
YUV 188.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 185 187 205 0.10 0.09 0 0.20 234 0.17 0.76
Hex B9 BB CD A 9 0 14 EA 11 4C
Octal 271 273 315 12 11 0 24 352 21 114
Binary 10111001 10111011 11001101 1010 1001 0 10100 11101010 10001 1001100

Color Harmonies of #B9BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BBCD

Black with #B9BBCD

Text Example


Text Example

White with #B9BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BBCD; }

 p { color: rgb(185,187,205); }

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

background-color css

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

 a { background-color: rgb(185,187,205); }

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

border-color css

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

 span { border-color: rgb(185,187,205); }

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