Html Css Color HEX #ABBFCC Heather

📋 copy color: '#ABBFCC'

red 171 ◦ green 191 ◦ blue 204

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

Shades of Heather #ABBFCC

Tints of Heather #ABBFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.04%

R = 30.21%
G = 33.75%
B = 36.04%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ABBFCC (or 0xABBFCC) is known color: Heather. HEX triplet: AB, BF and CC. RGB value is (171,191,204). Sum of RGB (Red+Green+Blue) = 171+191+204=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABBFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFCC is #544033. Grayscale: #BABABA. Windows color (decimal): -5521460 or 13418411. OLE color: 13418411.

HSL color Cylindrical-coordinate representation of color #ABBFCC: hue angle of 203.64º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABBFCC is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 191 204 -
CMYK 0.16 0.06 0 0.2
HSL 203.64º 0.24% 0.74% -
HSV(B) 203.64º 0.16% 0.8% -
XYZ 46.32 50.28 64.39 -
YUV 186.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 171 191 204 0.16 0.06 0 0.2 203.64 0.24 0.74
Hex AB BF CC 10 6 0 14 CC 18 4A
Octal 253 277 314 20 6 0 24 314 30 112
Binary 10101011 10111111 11001100 10000 110 0 10100 11001100 11000 1001010

Color Harmonies of #ABBFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFCC

Black with #ABBFCC

Text Example


Text Example

White with #ABBFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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