Html Css Color HEX #ADDCBD Fringy Flower

📋 copy color: '#ADDCBD'

red 173 ◦ green 220 ◦ blue 189

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

Shades of Fringy Flower #ADDCBD

Tints of Fringy Flower #ADDCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.47%

R = 29.73%
G = 37.8%
B = 32.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#ADDCBD (or 0xADDCBD) is known color: Fringy Flower. HEX triplet: AD, DC and BD. RGB value is (173,220,189). Sum of RGB (Red+Green+Blue) = 173+220+189=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCBD is #522342. Grayscale: #CACACA. Windows color (decimal): -5382979 or 12442797. OLE color: 12442797.

HSL color Cylindrical-coordinate representation of color #ADDCBD: hue angle of 140.43º 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 #ADDCBD is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 189 -
CMYK 0.21 0 0.14 0.14
HSL 140.43º 0.4% 0.77% -
HSV(B) 140.43º 0.21% 0.86% -
XYZ 52.01 63.74 57.71 -
YUV 202.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 173 220 189 0.21 0 0.14 0.14 140.43 0.4 0.77
Hex AD DC BD 15 0 E E 8C 28 4D
Octal 255 334 275 25 0 16 16 214 50 115
Binary 10101101 11011100 10111101 10101 0 1110 1110 10001100 101000 1001101

Color Harmonies of #ADDCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCBD

Black with #ADDCBD

Text Example


Text Example

White with #ADDCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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