Html Css Color HEX #ABC0C6 Heather

📋 copy color: '#ABC0C6'

red 171 ◦ green 192 ◦ blue 198

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

Shades of Heather #ABC0C6

Tints of Heather #ABC0C6

RGB

 RED value IS 171 (67.19% from 255) = 30.48%

 GREEN value IS 192 (75.39% from 255) = 34.22%

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

R = 30.48%
G = 34.22%
B = 35.29%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ABC0C6 (or 0xABC0C6) is known color: Heather. HEX triplet: AB, C0 and C6. RGB value is (171,192,198). Sum of RGB (Red+Green+Blue) = 171+192+198=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 198 - color contains mainly: blue. Hex color #ABC0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0C6 is #543F39. Grayscale: #BABABA. Windows color (decimal): -5521210 or 13025451. OLE color: 13025451.

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

Color convert

RGB 171 192 198 -
CMYK 0.14 0.03 0 0.22
HSL 193.33º 0.19% 0.72% -
HSV(B) 193.33º 0.14% 0.78% -
XYZ 45.84 50.43 60.75 -
YUV 186.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 171 192 198 0.14 0.03 0 0.22 193.33 0.19 0.72
Hex AB C0 C6 E 3 0 16 C1 13 48
Octal 253 300 306 16 3 0 26 301 23 110
Binary 10101011 11000000 11000110 1110 11 0 10110 11000001 10011 1001000

Color Harmonies of #ABC0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0C6

Black with #ABC0C6

Text Example


Text Example

White with #ABC0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0C6; }

 p { color: rgb(171,192,198); }

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

background-color css

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

 a { background-color: rgb(171,192,198); }

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

border-color css

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

 span { border-color: rgb(171,192,198); }

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