Html Css Color HEX #ABBDCC Heather

📋 copy color: '#ABBDCC'

red 171 ◦ green 189 ◦ blue 204

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

Shades of Heather #ABBDCC

Tints of Heather #ABBDCC

RGB

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

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

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

R = 30.32%
G = 33.51%
B = 36.17%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ABBDCC (or 0xABBDCC) is known color: Heather. HEX triplet: AB, BD and CC. RGB value is (171,189,204). Sum of RGB (Red+Green+Blue) = 171+189+204=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDCC is #544233. Grayscale: #B9B9B9. Windows color (decimal): -5521972 or 13417899. OLE color: 13417899.

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

Color convert

RGB 171 189 204 -
CMYK 0.16 0.07 0 0.2
HSL 207.27º 0.24% 0.74% -
HSV(B) 207.27º 0.16% 0.8% -
XYZ 45.89 49.41 64.25 -
YUV 185.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 171 189 204 0.16 0.07 0 0.2 207.27 0.24 0.74
Hex AB BD CC 10 7 0 14 CF 18 4A
Octal 253 275 314 20 7 0 24 317 30 112
Binary 10101011 10111101 11001100 10000 111 0 10100 11001111 11000 1001010

Color Harmonies of #ABBDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDCC

Black with #ABBDCC

Text Example


Text Example

White with #ABBDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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