Html Css Color HEX #ADD7BC Fringy Flower

📋 copy color: '#ADD7BC'

red 173 ◦ green 215 ◦ blue 188

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

Shades of Fringy Flower #ADD7BC

Tints of Fringy Flower #ADD7BC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.33%

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

R = 30.03%
G = 37.33%
B = 32.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#ADD7BC (or 0xADD7BC) is known color: Fringy Flower. HEX triplet: AD, D7 and BC. RGB value is (173,215,188). Sum of RGB (Red+Green+Blue) = 173+215+188=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7BC is #522843. Grayscale: #C7C7C7. Windows color (decimal): -5384260 or 12375981. OLE color: 12375981.

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

Color convert

RGB 173 215 188 -
CMYK 0.20 0 0.13 0.16
HSL 141.43º 0.34% 0.76% -
HSV(B) 141.43º 0.2% 0.84% -
XYZ 50.61 61.12 56.71 -
YUV 199.36 121.59 109.2 -
System Red Green Blue C M Y K H S L
Decimal 173 215 188 0.20 0 0.13 0.16 141.43 0.34 0.76
Hex AD D7 BC 14 0 D 10 8D 22 4C
Octal 255 327 274 24 0 15 20 215 42 114
Binary 10101101 11010111 10111100 10100 0 1101 10000 10001101 100010 1001100

Color Harmonies of #ADD7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD7BC

Black with #ADD7BC

Text Example


Text Example

White with #ADD7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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