Html Css Color HEX #ABBFCB Heather

📋 copy color: '#ABBFCB'

red 171 ◦ green 191 ◦ blue 203

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

Shades of Heather #ABBFCB

Tints of Heather #ABBFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 30.27%
G = 33.81%
B = 35.93%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABBFCB (or 0xABBFCB) is known color: Heather. HEX triplet: AB, BF and CB. RGB value is (171,191,203). Sum of RGB (Red+Green+Blue) = 171+191+203=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABBFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFCB is #544034. Grayscale: #BABABA. Windows color (decimal): -5521461 or 13352875. OLE color: 13352875.

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

Color convert

RGB 171 191 203 -
CMYK 0.16 0.06 0 0.20
HSL 202.5º 0.24% 0.73% -
HSV(B) 202.5º 0.16% 0.8% -
XYZ 46.2 50.23 63.76 -
YUV 186.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 171 191 203 0.16 0.06 0 0.20 202.5 0.24 0.73
Hex AB BF CB 10 6 0 14 CA 18 49
Octal 253 277 313 20 6 0 24 312 30 111
Binary 10101011 10111111 11001011 10000 110 0 10100 11001010 11000 1001001

Color Harmonies of #ABBFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFCB

Black with #ABBFCB

Text Example


Text Example

White with #ABBFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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