Html Css Color HEX #A8BAC6 Heather

📋 copy color: '#A8BAC6'

red 168 ◦ green 186 ◦ blue 198

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

Shades of Heather #A8BAC6

Tints of Heather #A8BAC6

RGB

 RED value IS 168 (66.02% from 255) = 30.43%

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

 BLUE value IS 198 (77.73% from 255) = 35.87%

R = 30.43%
G = 33.7%
B = 35.87%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A8BAC6 (or 0xA8BAC6) is known color: Heather. HEX triplet: A8, BA and C6. RGB value is (168,186,198). Sum of RGB (Red+Green+Blue) = 168+186+198=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 198 - color contains mainly: blue. Hex color #A8BAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BAC6 is #574539. Grayscale: #B5B5B5. Windows color (decimal): -5719354 or 13023912. OLE color: 13023912.

HSL color Cylindrical-coordinate representation of color #A8BAC6: hue angle of 204º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8BAC6 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 186 198 -
CMYK 0.15 0.06 0 0.22
HSL 204º 0.21% 0.72% -
HSV(B) 204º 0.15% 0.78% -
XYZ 43.9 47.52 60.28 -
YUV 181.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 168 186 198 0.15 0.06 0 0.22 204 0.21 0.72
Hex A8 BA C6 F 6 0 16 CC 15 48
Octal 250 272 306 17 6 0 26 314 25 110
Binary 10101000 10111010 11000110 1111 110 0 10110 11001100 10101 1001000

Color Harmonies of #A8BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BAC6

Black with #A8BAC6

Text Example


Text Example

White with #A8BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BAC6; }

 p { color: rgb(168,186,198); }

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

background-color css

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

 a { background-color: rgb(168,186,198); }

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

border-color css

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

 span { border-color: rgb(168,186,198); }

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