#A9DCBA

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

Shades of Fringy Flower #A9DCBA

Tints of Fringy Flower #A9DCBA

Color information

#A9DCBA (or 0xA9DCBA) is unknown color: approx Fringy Flower. HEX triplet: A9, DC and BA. RGB value is (169,220,186). Sum of RGB (Red+Green+Blue) = 169+220+186=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCBA is #562345. Grayscale: #C8C8C8. Windows color (decimal): -5645126 or 12246185. OLE color: 12246185.

HSL color Cylindrical-coordinate representation of color #A9DCBA: hue angle of 140º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCBA is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB169220186-
CMYK0.2300.150.14
HSL140º42.15%76.27%-
HSV(B)140º23.18%86.27%-
XYZ50.8263.1755.97-
YUV200.88119.6105.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.39%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=29.39%
G=38.26%
B=32.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692201860.2300.150.1414042.1576.27
HexA9DCBA170FE8c2a4c
Octal251334272270171621452114
Binary10101001110111001011101010111011111110100011001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCBA; }

 p { color: rgb(169,220,186); }

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

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

 a { background-color: rgb(169,220,186); }

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

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

 span { border-color: rgb(169,220,186); }

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