#ADDCBB

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

Shades of Fringy Flower #ADDCBB

Tints of Fringy Flower #ADDCBB

Color information

#ADDCBB (or 0xADDCBB) is unknown color: approx Fringy Flower. HEX triplet: AD, DC and BB. RGB value is (173,220,187). Sum of RGB (Red+Green+Blue) = 173+220+187=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCBB is #522344. Grayscale: #CACACA. Windows color (decimal): -5382981 or 12311725. OLE color: 12311725.

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

Color convert

RGB173220187-
CMYK0.2100.150.14
HSL137.87º40.17%77.06%-
HSV(B)137.87º21.36%86.27%-
XYZ51.863.6656.57-
YUV202.18119.43107.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=29.83%
G=37.93%
B=32.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201870.2100.150.14137.8740.1777.06
HexADDCBB150FE8a284d
Octal255334273250171621250115
Binary10101101110111001011101110101011111110100010101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCBB; }

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

 H1.HeaderClassName
 {
   color: #ADDCBB;
 }
 .AnyTagClassName
 {
   color: #ADDCBB;
 }
</style>
background-color css

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

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

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

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

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

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