Html Css Color HEX #ABBDC5 Heather

📋 copy color: '#ABBDC5'

red 171 ◦ green 189 ◦ blue 197

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

Shades of Heather #ABBDC5

Tints of Heather #ABBDC5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.93%

 BLUE value IS 197 (77.34% from 255) = 35.37%

R = 30.7%
G = 33.93%
B = 35.37%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ABBDC5 (or 0xABBDC5) is known color: Heather. HEX triplet: AB, BD and C5. RGB value is (171,189,197). Sum of RGB (Red+Green+Blue) = 171+189+197=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABBDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDC5 is #54423A. Grayscale: #B8B8B8. Windows color (decimal): -5521979 or 12959147. OLE color: 12959147.

HSL color Cylindrical-coordinate representation of color #ABBDC5: hue angle of 198.46º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABBDC5 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 189 197 -
CMYK 0.13 0.04 0 0.23
HSL 198.46º 0.18% 0.72% -
HSV(B) 198.46º 0.13% 0.77% -
XYZ 45.07 49.08 59.92 -
YUV 184.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 171 189 197 0.13 0.04 0 0.23 198.46 0.18 0.72
Hex AB BD C5 D 4 0 17 C6 12 48
Octal 253 275 305 15 4 0 27 306 22 110
Binary 10101011 10111101 11000101 1101 100 0 10111 11000110 10010 1001000

Color Harmonies of #ABBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDC5

Black with #ABBDC5

Text Example


Text Example

White with #ABBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDC5; }

 p { color: rgb(171,189,197); }

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

background-color css

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

 a { background-color: rgb(171,189,197); }

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

border-color css

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

 span { border-color: rgb(171,189,197); }

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