Html Css Color HEX #ABC2CF Heather

📋 copy color: '#ABC2CF'

red 171 ◦ green 194 ◦ blue 207

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

Shades of Heather #ABC2CF

Tints of Heather #ABC2CF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.92%

 BLUE value IS 207 (81.25% from 255) = 36.19%

R = 29.9%
G = 33.92%
B = 36.19%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABC2CF (or 0xABC2CF) is known color: Heather. HEX triplet: AB, C2 and CF. RGB value is (171,194,207). Sum of RGB (Red+Green+Blue) = 171+194+207=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABC2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2CF is #543D30. Grayscale: #BCBCBC. Windows color (decimal): -5520689 or 13615787. OLE color: 13615787.

HSL color Cylindrical-coordinate representation of color #ABC2CF: hue angle of 201.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABC2CF is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 194 207 -
CMYK 0.17 0.06 0 0.19
HSL 201.67º 0.27% 0.74% -
HSV(B) 201.67º 0.17% 0.81% -
XYZ 47.35 51.75 66.52 -
YUV 188.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 171 194 207 0.17 0.06 0 0.19 201.67 0.27 0.74
Hex AB C2 CF 11 6 0 13 CA 1B 4A
Octal 253 302 317 21 6 0 23 312 33 112
Binary 10101011 11000010 11001111 10001 110 0 10011 11001010 11011 1001010

Color Harmonies of #ABC2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC2CF

Black with #ABC2CF

Text Example


Text Example

White with #ABC2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC2CF; }

 p { color: rgb(171,194,207); }

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

background-color css

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

 a { background-color: rgb(171,194,207); }

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

border-color css

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

 span { border-color: rgb(171,194,207); }

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