Html Css Color HEX #A7BAC9 Heather

📋 copy color: '#A7BAC9'

red 167 ◦ green 186 ◦ blue 201

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

Shades of Heather #A7BAC9

Tints of Heather #A7BAC9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.57%

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

R = 30.14%
G = 33.57%
B = 36.28%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A7BAC9 (or 0xA7BAC9) is known color: Heather. HEX triplet: A7, BA and C9. RGB value is (167,186,201). Sum of RGB (Red+Green+Blue) = 167+186+201=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 201 - color contains mainly: blue. Hex color #A7BAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BAC9 is #584536. Grayscale: #B5B5B5. Windows color (decimal): -5784887 or 13220519. OLE color: 13220519.

HSL color Cylindrical-coordinate representation of color #A7BAC9: hue angle of 206.47º 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 #A7BAC9 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 186 201 -
CMYK 0.17 0.07 0 0.21
HSL 206.47º 0.24% 0.72% -
HSV(B) 206.47º 0.17% 0.79% -
XYZ 44.04 47.55 62.12 -
YUV 182.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 167 186 201 0.17 0.07 0 0.21 206.47 0.24 0.72
Hex A7 BA C9 11 7 0 15 CE 18 48
Octal 247 272 311 21 7 0 25 316 30 110
Binary 10100111 10111010 11001001 10001 111 0 10101 11001110 11000 1001000

Color Harmonies of #A7BAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BAC9

Black with #A7BAC9

Text Example


Text Example

White with #A7BAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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