Html Css Color HEX #ABC0CD Heather

📋 copy color: '#ABC0CD'

red 171 ◦ green 192 ◦ blue 205

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

Shades of Heather #ABC0CD

Tints of Heather #ABC0CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.09%

R = 30.11%
G = 33.8%
B = 36.09%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABC0CD (or 0xABC0CD) is known color: Heather. HEX triplet: AB, C0 and CD. RGB value is (171,192,205). Sum of RGB (Red+Green+Blue) = 171+192+205=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0CD is #543F32. Grayscale: #BBBBBB. Windows color (decimal): -5521203 or 13484203. OLE color: 13484203.

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

Color convert

RGB 171 192 205 -
CMYK 0.17 0.06 0 0.20
HSL 202.94º 0.25% 0.74% -
HSV(B) 202.94º 0.17% 0.8% -
XYZ 46.66 50.76 65.1 -
YUV 187.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 171 192 205 0.17 0.06 0 0.20 202.94 0.25 0.74
Hex AB C0 CD 11 6 0 14 CB 19 4A
Octal 253 300 315 21 6 0 24 313 31 112
Binary 10101011 11000000 11001101 10001 110 0 10100 11001011 11001 1001010

Color Harmonies of #ABC0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0CD

Black with #ABC0CD

Text Example


Text Example

White with #ABC0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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