Html Css Color HEX #ABBFC5 Heather

📋 copy color: '#ABBFC5'

red 171 ◦ green 191 ◦ blue 197

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

Shades of Heather #ABBFC5

Tints of Heather #ABBFC5

RGB

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

 GREEN value IS 191 (75% from 255) = 34.17%

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

R = 30.59%
G = 34.17%
B = 35.24%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ABBFC5 (or 0xABBFC5) is known color: Heather. HEX triplet: AB, BF and C5. RGB value is (171,191,197). Sum of RGB (Red+Green+Blue) = 171+191+197=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABBFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFC5 is #54403A. Grayscale: #B9B9B9. Windows color (decimal): -5521467 or 12959659. OLE color: 12959659.

HSL color Cylindrical-coordinate representation of color #ABBFC5: hue angle of 193.85º 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 #ABBFC5 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 191 197 -
CMYK 0.13 0.03 0 0.23
HSL 193.85º 0.18% 0.72% -
HSV(B) 193.85º 0.13% 0.77% -
XYZ 45.5 49.95 60.07 -
YUV 185.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 171 191 197 0.13 0.03 0 0.23 193.85 0.18 0.72
Hex AB BF C5 D 3 0 17 C2 12 48
Octal 253 277 305 15 3 0 27 302 22 110
Binary 10101011 10111111 11000101 1101 11 0 10111 11000010 10010 1001000

Color Harmonies of #ABBFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFC5

Black with #ABBFC5

Text Example


Text Example

White with #ABBFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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