#ABD8BB

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

Shades of Fringy Flower #ABD8BB

Tints of Fringy Flower #ABD8BB

Color information

#ABD8BB (or 0xABD8BB) is unknown color: approx Fringy Flower. HEX triplet: AB, D8 and BB. RGB value is (171,216,187). Sum of RGB (Red+Green+Blue) = 171+216+187=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD8BB is #542744. Grayscale: #C7C7C7. Windows color (decimal): -5515077 or 12310699. OLE color: 12310699.

HSL color Cylindrical-coordinate representation of color #ABD8BB: hue angle of 141.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD8BB is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB171216187-
CMYK0.2100.130.15
HSL141.33º36.59%75.88%-
HSV(B)141.33º20.83%84.71%-
XYZ50.3261.3656.2-
YUV199.24121.09107.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 216 (84.77% from 255) = 37.63%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=29.79%
G=37.63%
B=32.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712161870.2100.130.15141.3336.5975.88
HexABD8BB150DF8d254c
Octal253330273250151721545114
Binary10101011110110001011101110101011011111100011011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD8BB; }

 p { color: rgb(171,216,187); }

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

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

 a { background-color: rgb(171,216,187); }

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

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

 span { border-color: rgb(171,216,187); }

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