Html Css Color HEX #ABBDCB Heather

📋 copy color: '#ABBDCB'

red 171 ◦ green 189 ◦ blue 203

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

Shades of Heather #ABBDCB

Tints of Heather #ABBDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.57%

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

R = 30.37%
G = 33.57%
B = 36.06%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABBDCB (or 0xABBDCB) is known color: Heather. HEX triplet: AB, BD and CB. RGB value is (171,189,203). Sum of RGB (Red+Green+Blue) = 171+189+203=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDCB is #544234. Grayscale: #B9B9B9. Windows color (decimal): -5521973 or 13352363. OLE color: 13352363.

HSL color Cylindrical-coordinate representation of color #ABBDCB: hue angle of 206.25º 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 #ABBDCB is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 189 203 -
CMYK 0.16 0.07 0 0.20
HSL 206.25º 0.24% 0.73% -
HSV(B) 206.25º 0.16% 0.8% -
XYZ 45.77 49.36 63.62 -
YUV 185.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 171 189 203 0.16 0.07 0 0.20 206.25 0.24 0.73
Hex AB BD CB 10 7 0 14 CE 18 49
Octal 253 275 313 20 7 0 24 316 30 111
Binary 10101011 10111101 11001011 10000 111 0 10100 11001110 11000 1001001

Color Harmonies of #ABBDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDCB

Black with #ABBDCB

Text Example


Text Example

White with #ABBDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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