Html Css Color HEX #ADEDBC Fringy Flower

📋 copy color: '#ADEDBC'

red 173 ◦ green 237 ◦ blue 188

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

Shades of Fringy Flower #ADEDBC

Tints of Fringy Flower #ADEDBC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.63%

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

R = 28.93%
G = 39.63%
B = 31.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ADEDBC (or 0xADEDBC) is known color: Fringy Flower. HEX triplet: AD, ED and BC. RGB value is (173,237,188). Sum of RGB (Red+Green+Blue) = 173+237+188=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDBC is #521243. Grayscale: #D4D4D4. Windows color (decimal): -5378628 or 12381613. OLE color: 12381613.

HSL color Cylindrical-coordinate representation of color #ADEDBC: hue angle of 134.06º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEDBC is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 237 188 -
CMYK 0.27 0 0.21 0.07
HSL 134.06º 0.64% 0.8% -
HSV(B) 134.06º 0.27% 0.93% -
XYZ 56.59 73.08 58.7 -
YUV 212.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 173 237 188 0.27 0 0.21 0.07 134.06 0.64 0.8
Hex AD ED BC 1B 0 15 7 86 40 50
Octal 255 355 274 33 0 25 7 206 100 120
Binary 10101101 11101101 10111100 11011 0 10101 111 10000110 1000000 1010000

Color Harmonies of #ADEDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEDBC

Black with #ADEDBC

Text Example


Text Example

White with #ADEDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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