Html Css Color HEX #B3BFC9 Heather

📋 copy color: '#B3BFC9'

red 179 ◦ green 191 ◦ blue 201

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

Shades of Heather #B3BFC9

Tints of Heather #B3BFC9

RGB

 RED value IS 179 (70.31% from 255) = 31.35%

 GREEN value IS 191 (75% from 255) = 33.45%

 BLUE value IS 201 (78.91% from 255) = 35.2%

R = 31.35%
G = 33.45%
B = 35.2%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B3BFC9 (or 0xB3BFC9) is known color: Heather. HEX triplet: B3, BF and C9. RGB value is (179,191,201). Sum of RGB (Red+Green+Blue) = 179+191+201=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 201 - color contains mainly: blue. Hex color #B3BFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFC9 is #4C4036. Grayscale: #BCBCBC. Windows color (decimal): -4997175 or 13221811. OLE color: 13221811.

HSL color Cylindrical-coordinate representation of color #B3BFC9: hue angle of 207.27º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3BFC9 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 191 201 -
CMYK 0.11 0.05 0 0.21
HSL 207.27º 0.17% 0.75% -
HSV(B) 207.27º 0.11% 0.79% -
XYZ 47.76 51.06 62.6 -
YUV 188.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 179 191 201 0.11 0.05 0 0.21 207.27 0.17 0.75
Hex B3 BF C9 B 5 0 15 CF 11 4B
Octal 263 277 311 13 5 0 25 317 21 113
Binary 10110011 10111111 11001001 1011 101 0 10101 11001111 10001 1001011

Color Harmonies of #B3BFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BFC9

Black with #B3BFC9

Text Example


Text Example

White with #B3BFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BFC9; }

 p { color: rgb(179,191,201); }

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

background-color css

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

 a { background-color: rgb(179,191,201); }

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

border-color css

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

 span { border-color: rgb(179,191,201); }

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