#ADDBBE

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

Shades of Fringy Flower #ADDBBE

Tints of Fringy Flower #ADDBBE

Color information

#ADDBBE (or 0xADDBBE) is unknown color: approx Fringy Flower. HEX triplet: AD, DB and BE. RGB value is (173,219,190). Sum of RGB (Red+Green+Blue) = 173+219+190=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBBE is #522441. Grayscale: #CACACA. Windows color (decimal): -5383234 or 12508077. OLE color: 12508077.

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

Color convert

RGB173219190-
CMYK0.2100.130.14
HSL142.17º38.98%76.86%-
HSV(B)142.17º21%85.88%-
XYZ51.8663.2658.19-
YUV201.94121.26107.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.73%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=29.73%
G=37.63%
B=32.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732191900.2100.130.14142.1738.9876.86
HexADDBBE150DE8e274d
Octal255333276250151621647115
Binary10101101110110111011111010101011011110100011101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBBE; }

 p { color: rgb(173,219,190); }

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

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

 a { background-color: rgb(173,219,190); }

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

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

 span { border-color: rgb(173,219,190); }

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