Html Css Color HEX #ABBBC3 Heather

📋 copy color: '#ABBBC3'

red 171 ◦ green 187 ◦ blue 195

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

Shades of Heather #ABBBC3

Tints of Heather #ABBBC3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.82%

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

R = 30.92%
G = 33.82%
B = 35.26%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABBBC3 (or 0xABBBC3) is known color: Heather. HEX triplet: AB, BB and C3. RGB value is (171,187,195). Sum of RGB (Red+Green+Blue) = 171+187+195=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABBBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBC3 is #54443C. Grayscale: #B7B7B7. Windows color (decimal): -5522493 or 12827563. OLE color: 12827563.

HSL color Cylindrical-coordinate representation of color #ABBBC3: hue angle of 200º 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 #ABBBC3 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 187 195 -
CMYK 0.12 0.04 0 0.24
HSL 200º 0.17% 0.72% -
HSV(B) 200º 0.12% 0.76% -
XYZ 44.42 48.14 58.58 -
YUV 183.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 171 187 195 0.12 0.04 0 0.24 200 0.17 0.72
Hex AB BB C3 C 4 0 18 C8 11 48
Octal 253 273 303 14 4 0 30 310 21 110
Binary 10101011 10111011 11000011 1100 100 0 11000 11001000 10001 1001000

Color Harmonies of #ABBBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBC3

Black with #ABBBC3

Text Example


Text Example

White with #ABBBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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