Html Css Color HEX #ADD8BC Fringy Flower

📋 copy color: '#ADD8BC'

red 173 ◦ green 216 ◦ blue 188

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

Shades of Fringy Flower #ADD8BC

Tints of Fringy Flower #ADD8BC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.44%

 BLUE value IS 188 (73.83% from 255) = 32.58%

R = 29.98%
G = 37.44%
B = 32.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#ADD8BC (or 0xADD8BC) is known color: Fringy Flower. HEX triplet: AD, D8 and BC. RGB value is (173,216,188). Sum of RGB (Red+Green+Blue) = 173+216+188=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8BC is #522743. Grayscale: #C8C8C8. Windows color (decimal): -5384004 or 12376237. OLE color: 12376237.

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

Color convert

RGB 173 216 188 -
CMYK 0.20 0 0.13 0.15
HSL 140.93º 0.36% 0.76% -
HSV(B) 140.93º 0.2% 0.85% -
XYZ 50.87 61.63 56.79 -
YUV 199.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 173 216 188 0.20 0 0.13 0.15 140.93 0.36 0.76
Hex AD D8 BC 14 0 D F 8D 24 4C
Octal 255 330 274 24 0 15 17 215 44 114
Binary 10101101 11011000 10111100 10100 0 1101 1111 10001101 100100 1001100

Color Harmonies of #ADD8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD8BC

Black with #ADD8BC

Text Example


Text Example

White with #ADD8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD8BC; }

 p { color: rgb(173,216,188); }

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

background-color css

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

 a { background-color: rgb(173,216,188); }

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

border-color css

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

 span { border-color: rgb(173,216,188); }

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