Html Css Color HEX #ABBFA8 Rainee

📋 copy color: '#ABBFA8'

red 171 ◦ green 191 ◦ blue 168

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

Shades of Rainee #ABBFA8

Tints of Rainee #ABBFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.7%

R = 32.26%
G = 36.04%
B = 31.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#ABBFA8 (or 0xABBFA8) is known color: Rainee. HEX triplet: AB, BF and A8. RGB value is (171,191,168). Sum of RGB (Red+Green+Blue) = 171+191+168=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBFA8 is #544057. Grayscale: #B6B6B6. Windows color (decimal): -5521496 or 11059115. OLE color: 11059115.

HSL color Cylindrical-coordinate representation of color #ABBFA8: hue angle of 112.17º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABBFA8 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 191 168 -
CMYK 0.10 0 0.12 0.25
HSL 112.17º 0.15% 0.7% -
HSV(B) 112.17º 0.12% 0.75% -
XYZ 42.49 48.75 44.22 -
YUV 182.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 171 191 168 0.10 0 0.12 0.25 112.17 0.15 0.7
Hex AB BF A8 A 0 C 19 70 F 46
Octal 253 277 250 12 0 14 31 160 17 106
Binary 10101011 10111111 10101000 1010 0 1100 11001 1110000 1111 1000110

Color Harmonies of #ABBFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFA8

Black with #ABBFA8

Text Example


Text Example

White with #ABBFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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