Html Css Color HEX #B9C7CC Heather

📋 copy color: '#B9C7CC'

red 185 ◦ green 199 ◦ blue 204

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

Shades of Heather #B9C7CC

Tints of Heather #B9C7CC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.84%

 BLUE value IS 204 (80.08% from 255) = 34.69%

R = 31.46%
G = 33.84%
B = 34.69%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B9C7CC (or 0xB9C7CC) is known color: Heather. HEX triplet: B9, C7 and CC. RGB value is (185,199,204). Sum of RGB (Red+Green+Blue) = 185+199+204=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9C7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C7CC is #463833. Grayscale: #C3C3C3. Windows color (decimal): -4601908 or 13420473. OLE color: 13420473.

HSL color Cylindrical-coordinate representation of color #B9C7CC: hue angle of 195.79º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9C7CC is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 199 204 -
CMYK 0.09 0.02 0 0.2
HSL 195.79º 0.16% 0.76% -
HSV(B) 195.79º 0.09% 0.8% -
XYZ 51.33 55.52 65.14 -
YUV 195.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 185 199 204 0.09 0.02 0 0.2 195.79 0.16 0.76
Hex B9 C7 CC 9 2 0 14 C4 10 4C
Octal 271 307 314 11 2 0 24 304 20 114
Binary 10111001 11000111 11001100 1001 10 0 10100 11000100 10000 1001100

Color Harmonies of #B9C7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C7CC

Black with #B9C7CC

Text Example


Text Example

White with #B9C7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C7CC; }

 p { color: rgb(185,199,204); }

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

background-color css

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

 a { background-color: rgb(185,199,204); }

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

border-color css

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

 span { border-color: rgb(185,199,204); }

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