#ABC8BA

Color #ABC8BA Tiara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiara #ABC8BA

Tints of Tiara #ABC8BA

Color information

#ABC8BA (or 0xABC8BA) is unknown color: approx Tiara. HEX triplet: AB, C8 and BA. RGB value is (171,200,186). Sum of RGB (Red+Green+Blue) = 171+200+186=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8BA is #543745. Grayscale: #BDBDBD. Windows color (decimal): -5519174 or 12241067. OLE color: 12241067.

HSL color Cylindrical-coordinate representation of color #ABC8BA: hue angle of 151.03º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC8BA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB171200186-
CMYK0.1400.070.22
HSL151.03º20.86%72.75%-
HSV(B)151.03º14.5%78.43%-
XYZ46.3153.5154.34-
YUV189.73125.89114.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.70%
GREEN value IS 200 (78.52% from 255) = 35.91%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=30.70%
G=35.91%
B=33.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001860.1400.070.22151.0320.8672.75
HexABC8BAE0716971549
Octal25331027216072622725111
Binary101010111100100010111010111001111011010010111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8BA; }

 p { color: rgb(171,200,186); }

 H1.HeaderClassName
 {
   color: #ABC8BA;
 }
 .AnyTagClassName
 {
   color: #ABC8BA;
 }
</style>
background-color css

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

 a { background-color: rgb(171,200,186); }

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

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

 span { border-color: rgb(171,200,186); }

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