Html Css Color HEX #B9C0C2 Heather

📋 copy color: '#B9C0C2'

red 185 ◦ green 192 ◦ blue 194

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

Shades of Heather #B9C0C2

Tints of Heather #B9C0C2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.63%

 BLUE value IS 194 (76.17% from 255) = 33.98%

R = 32.4%
G = 33.63%
B = 33.98%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B9C0C2 (or 0xB9C0C2) is known color: Heather. HEX triplet: B9, C0 and C2. RGB value is (185,192,194). Sum of RGB (Red+Green+Blue) = 185+192+194=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9C0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C0C2 is #463F3D. Grayscale: #BEBEBE. Windows color (decimal): -4603710 or 12763321. OLE color: 12763321.

HSL color Cylindrical-coordinate representation of color #B9C0C2: hue angle of 193.33º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9C0C2 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 192 194 -
CMYK 0.05 0.01 0 0.24
HSL 193.33º 0.07% 0.74% -
HSV(B) 193.33º 0.05% 0.76% -
XYZ 48.59 51.91 58.5 -
YUV 190.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 185 192 194 0.05 0.01 0 0.24 193.33 0.07 0.74
Hex B9 C0 C2 5 1 0 18 C1 7 4A
Octal 271 300 302 5 1 0 30 301 7 112
Binary 10111001 11000000 11000010 101 1 0 11000 11000001 111 1001010

Color Harmonies of #B9C0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0C2

Black with #B9C0C2

Text Example


Text Example

White with #B9C0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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