Html Css Color HEX #B4C9CF Heather

📋 copy color: '#B4C9CF'

red 180 ◦ green 201 ◦ blue 207

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

Shades of Heather #B4C9CF

Tints of Heather #B4C9CF

RGB

 RED value IS 180 (70.7% from 255) = 30.61%

 GREEN value IS 201 (78.91% from 255) = 34.18%

 BLUE value IS 207 (81.25% from 255) = 35.2%

R = 30.61%
G = 34.18%
B = 35.2%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B4C9CF (or 0xB4C9CF) is known color: Heather. HEX triplet: B4, C9 and CF. RGB value is (180,201,207). Sum of RGB (Red+Green+Blue) = 180+201+207=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4C9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C9CF is #4B3630. Grayscale: #C3C3C3. Windows color (decimal): -4929073 or 13617588. OLE color: 13617588.

HSL color Cylindrical-coordinate representation of color #B4C9CF: hue angle of 193.33º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4C9CF is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 201 207 -
CMYK 0.13 0.03 0 0.19
HSL 193.33º 0.22% 0.76% -
HSV(B) 193.33º 0.13% 0.81% -
XYZ 50.97 55.98 67.15 -
YUV 195.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 180 201 207 0.13 0.03 0 0.19 193.33 0.22 0.76
Hex B4 C9 CF D 3 0 13 C1 16 4C
Octal 264 311 317 15 3 0 23 301 26 114
Binary 10110100 11001001 11001111 1101 11 0 10011 11000001 10110 1001100

Color Harmonies of #B4C9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C9CF

Black with #B4C9CF

Text Example


Text Example

White with #B4C9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C9CF; }

 p { color: rgb(180,201,207); }

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

background-color css

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

 a { background-color: rgb(180,201,207); }

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

border-color css

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

 span { border-color: rgb(180,201,207); }

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