Html Css Color HEX #B9BDC0 Heather

📋 copy color: '#B9BDC0'

red 185 ◦ green 189 ◦ blue 192

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

Shades of Heather #B9BDC0

Tints of Heather #B9BDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.92%

R = 32.69%
G = 33.39%
B = 33.92%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9BDC0 (or 0xB9BDC0) is known color: Heather. HEX triplet: B9, BD and C0. RGB value is (185,189,192). Sum of RGB (Red+Green+Blue) = 185+189+192=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 192 - color contains mainly: blue. Hex color #B9BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDC0 is #46423F. Grayscale: #BCBCBC. Windows color (decimal): -4604480 or 12631481. OLE color: 12631481.

HSL color Cylindrical-coordinate representation of color #B9BDC0: hue angle of 205.71º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B9BDC0 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 189 192 -
CMYK 0.04 0.02 0 0.25
HSL 205.71º 0.05% 0.74% -
HSV(B) 205.71º 0.04% 0.75% -
XYZ 47.72 50.52 57.1 -
YUV 188.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 185 189 192 0.04 0.02 0 0.25 205.71 0.05 0.74
Hex B9 BD C0 4 2 0 19 CE 5 4A
Octal 271 275 300 4 2 0 31 316 5 112
Binary 10111001 10111101 11000000 100 10 0 11001 11001110 101 1001010

Color Harmonies of #B9BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDC0

Black with #B9BDC0

Text Example


Text Example

White with #B9BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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