Html Css Color HEX #A9DCBA Fringy Flower

📋 copy color: '#A9DCBA'

red 169 ◦ green 220 ◦ blue 186

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

Shades of Fringy Flower #A9DCBA

Tints of Fringy Flower #A9DCBA

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 value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#A9DCBA (or 0xA9DCBA) is known color: 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

RGB 169 220 186 -
CMYK 0.23 0 0.15 0.14
HSL 140º 0.42% 0.76% -
HSV(B) 140º 0.23% 0.86% -
XYZ 50.82 63.17 55.97 -
YUV 200.88 119.6 105.26 -
System Red Green Blue C M Y K H S L
Decimal 169 220 186 0.23 0 0.15 0.14 140 0.42 0.76
Hex A9 DC BA 17 0 F E 8C 2A 4C
Octal 251 334 272 27 0 17 16 214 52 114
Binary 10101001 11011100 10111010 10111 0 1111 1110 10001100 101010 1001100

Color Harmonies of #A9DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DCBA

Black with #A9DCBA

Text Example


Text Example

White with #A9DCBA

Text Example


Text Example

HTML Codes & Css Web 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>