Html Css Color HEX #ADDCBA Fringy Flower

📋 copy color: '#ADDCBA'

red 173 ◦ green 220 ◦ blue 186

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

Shades of Fringy Flower #ADDCBA

Tints of Fringy Flower #ADDCBA

RGB

 RED value IS 173 (67.97% from 255) = 29.88%

 GREEN value IS 220 (86.33% from 255) = 38%

 BLUE value IS 186 (73.05% from 255) = 32.12%

R = 29.88%
G = 38%
B = 32.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#ADDCBA (or 0xADDCBA) is known color: Fringy Flower. HEX triplet: AD, DC and BA. RGB value is (173,220,186). Sum of RGB (Red+Green+Blue) = 173+220+186=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCBA is #522345. Grayscale: #CACACA. Windows color (decimal): -5382982 or 12246189. OLE color: 12246189.

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

Color convert

RGB 173 220 186 -
CMYK 0.21 0 0.15 0.14
HSL 136.6º 0.4% 0.77% -
HSV(B) 136.6º 0.21% 0.86% -
XYZ 51.69 63.62 56.01 -
YUV 202.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 173 220 186 0.21 0 0.15 0.14 136.6 0.4 0.77
Hex AD DC BA 15 0 F E 89 28 4D
Octal 255 334 272 25 0 17 16 211 50 115
Binary 10101101 11011100 10111010 10101 0 1111 1110 10001001 101000 1001101

Color Harmonies of #ADDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCBA

Black with #ADDCBA

Text Example


Text Example

White with #ADDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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