#ADEBBC

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

Shades of Fringy Flower #ADEBBC

Tints of Fringy Flower #ADEBBC

Color information

#ADEBBC (or 0xADEBBC) is unknown color: approx Fringy Flower. HEX triplet: AD, EB and BC. RGB value is (173,235,188). Sum of RGB (Red+Green+Blue) = 173+235+188=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBBC is #521443. Grayscale: #D3D3D3. Windows color (decimal): -5379140 or 12381101. OLE color: 12381101.

HSL color Cylindrical-coordinate representation of color #ADEBBC: hue angle of 134.52º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBBC is Cyan = 0.26, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB173235188-
CMYK0.2600.20.08
HSL134.52º60.78%80%-
HSV(B)134.52º26.38%92.16%-
XYZ56.0271.9358.51-
YUV211.1114.96100.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 235 (92.19% from 255) = 39.43%
BLUE value IS 188 (73.83% from 255) = 31.54%
R=29.03%
G=39.43%
B=31.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732351880.2600.20.08134.5260.7880
HexADEBBC1A0148873d50
Octal255353274320241020775120
Binary101011011110101110111100110100101001000100001111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBBC; }

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

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

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

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

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

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

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

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