Html Css Color HEX #ABBFC3 Heather

📋 copy color: '#ABBFC3'

red 171 ◦ green 191 ◦ blue 195

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

Shades of Heather #ABBFC3

Tints of Heather #ABBFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.01%

R = 30.7%
G = 34.29%
B = 35.01%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABBFC3 (or 0xABBFC3) is known color: Heather. HEX triplet: AB, BF and C3. RGB value is (171,191,195). Sum of RGB (Red+Green+Blue) = 171+191+195=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABBFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFC3 is #54403C. Grayscale: #B9B9B9. Windows color (decimal): -5521469 or 12828587. OLE color: 12828587.

HSL color Cylindrical-coordinate representation of color #ABBFC3: hue angle of 190º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABBFC3 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 191 195 -
CMYK 0.12 0.02 0 0.24
HSL 190º 0.17% 0.72% -
HSV(B) 190º 0.12% 0.76% -
XYZ 45.28 49.86 58.87 -
YUV 185.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 171 191 195 0.12 0.02 0 0.24 190 0.17 0.72
Hex AB BF C3 C 2 0 18 BE 11 48
Octal 253 277 303 14 2 0 30 276 21 110
Binary 10101011 10111111 11000011 1100 10 0 11000 10111110 10001 1001000

Color Harmonies of #ABBFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFC3

Black with #ABBFC3

Text Example


Text Example

White with #ABBFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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