Html Css Color HEX #B9C7CE Heather

📋 copy color: '#B9C7CE'

red 185 ◦ green 199 ◦ blue 206

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

Shades of Heather #B9C7CE

Tints of Heather #B9C7CE

RGB

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

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

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

R = 31.36%
G = 33.73%
B = 34.92%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9C7CE (or 0xB9C7CE) is known color: Heather. HEX triplet: B9, C7 and CE. RGB value is (185,199,206). Sum of RGB (Red+Green+Blue) = 185+199+206=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9C7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C7CE is #463831. Grayscale: #C3C3C3. Windows color (decimal): -4601906 or 13551545. OLE color: 13551545.

HSL color Cylindrical-coordinate representation of color #B9C7CE: hue angle of 200º 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 #B9C7CE is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 199 206 -
CMYK 0.10 0.03 0 0.19
HSL 200º 0.18% 0.77% -
HSV(B) 200º 0.1% 0.81% -
XYZ 51.57 55.62 66.41 -
YUV 195.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 185 199 206 0.10 0.03 0 0.19 200 0.18 0.77
Hex B9 C7 CE A 3 0 13 C8 12 4D
Octal 271 307 316 12 3 0 23 310 22 115
Binary 10111001 11000111 11001110 1010 11 0 10011 11001000 10010 1001101

Color Harmonies of #B9C7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C7CE

Black with #B9C7CE

Text Example


Text Example

White with #B9C7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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