Html Css Color HEX #ADDBBE Fringy Flower

📋 copy color: '#ADDBBE'

red 173 ◦ green 219 ◦ blue 190

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

Shades of Fringy Flower #ADDBBE

Tints of Fringy Flower #ADDBBE

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 value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#ADDBBE (or 0xADDBBE) is known color: 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

RGB 173 219 190 -
CMYK 0.21 0 0.13 0.14
HSL 142.17º 0.39% 0.77% -
HSV(B) 142.17º 0.21% 0.86% -
XYZ 51.86 63.26 58.19 -
YUV 201.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 173 219 190 0.21 0 0.13 0.14 142.17 0.39 0.77
Hex AD DB BE 15 0 D E 8E 27 4D
Octal 255 333 276 25 0 15 16 216 47 115
Binary 10101101 11011011 10111110 10101 0 1101 1110 10001110 100111 1001101

Color Harmonies of #ADDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBBE

Black with #ADDBBE

Text Example


Text Example

White with #ADDBBE

Text Example


Text Example

HTML Codes & Css Web 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>