#ADD7BC

Color #ADD7BC Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #ADD7BC

Tints of Fringy Flower #ADD7BC

Color information

#ADD7BC (or 0xADD7BC) is unknown color: approx 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

RGB173215188-
CMYK0.2000.130.16
HSL141.43º34.43%76.08%-
HSV(B)141.43º19.53%84.31%-
XYZ50.6161.1256.71-
YUV199.36121.59109.2-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732151880.2000.130.16141.4334.4376.08
HexADD7BC140D108d224c
Octal255327274240152021542114
Binary101011011101011110111100101000110110000100011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>