Html Css Color HEX #A7BFC9 Heather

📋 copy color: '#A7BFC9'

red 167 ◦ green 191 ◦ blue 201

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

Shades of Heather #A7BFC9

Tints of Heather #A7BFC9

RGB

 RED value IS 167 (65.63% from 255) = 29.87%

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

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

R = 29.87%
G = 34.17%
B = 35.96%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A7BFC9 (or 0xA7BFC9) is known color: Heather. HEX triplet: A7, BF and C9. RGB value is (167,191,201). Sum of RGB (Red+Green+Blue) = 167+191+201=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #A7BFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFC9 is #584036. Grayscale: #B8B8B8. Windows color (decimal): -5783607 or 13221799. OLE color: 13221799.

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

Color convert

RGB 167 191 201 -
CMYK 0.17 0.05 0 0.21
HSL 197.65º 0.24% 0.72% -
HSV(B) 197.65º 0.17% 0.79% -
XYZ 45.11 49.69 62.47 -
YUV 184.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 167 191 201 0.17 0.05 0 0.21 197.65 0.24 0.72
Hex A7 BF C9 11 5 0 15 C6 18 48
Octal 247 277 311 21 5 0 25 306 30 110
Binary 10100111 10111111 11001001 10001 101 0 10101 11000110 11000 1001000

Color Harmonies of #A7BFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BFC9

Black with #A7BFC9

Text Example


Text Example

White with #A7BFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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