Html Css Color HEX #B9C4CB Heather

📋 copy color: '#B9C4CB'

red 185 ◦ green 196 ◦ blue 203

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

Shades of Heather #B9C4CB

Tints of Heather #B9C4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.56%

 BLUE value IS 203 (79.69% from 255) = 34.76%

R = 31.68%
G = 33.56%
B = 34.76%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9C4CB (or 0xB9C4CB) is known color: Heather. HEX triplet: B9, C4 and CB. RGB value is (185,196,203). Sum of RGB (Red+Green+Blue) = 185+196+203=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9C4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C4CB is #463B34. Grayscale: #C1C1C1. Windows color (decimal): -4602677 or 13354169. OLE color: 13354169.

HSL color Cylindrical-coordinate representation of color #B9C4CB: hue angle of 203.33º degrees, saturation: 0.15, 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 #B9C4CB is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 196 203 -
CMYK 0.09 0.03 0 0.20
HSL 203.33º 0.15% 0.76% -
HSV(B) 203.33º 0.09% 0.8% -
XYZ 50.53 54.11 64.28 -
YUV 193.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 185 196 203 0.09 0.03 0 0.20 203.33 0.15 0.76
Hex B9 C4 CB 9 3 0 14 CB F 4C
Octal 271 304 313 11 3 0 24 313 17 114
Binary 10111001 11000100 11001011 1001 11 0 10100 11001011 1111 1001100

Color Harmonies of #B9C4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C4CB

Black with #B9C4CB

Text Example


Text Example

White with #B9C4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C4CB; }

 p { color: rgb(185,196,203); }

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

background-color css

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

 a { background-color: rgb(185,196,203); }

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

border-color css

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

 span { border-color: rgb(185,196,203); }

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