#B7FEDF

Color #B7FEDF Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B7FEDF

Tints of Water Leaf #B7FEDF

Color information

#B7FEDF (or 0xB7FEDF) is unknown color: approx Water Leaf. HEX triplet: B7, FE and DF. RGB value is (183,254,223). Sum of RGB (Red+Green+Blue) = 183+254+223=660 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.73% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FEDF is #480120. Grayscale: #E5E5E5. Windows color (decimal): -4718881 or 14679735. OLE color: 14679735.

HSL color Cylindrical-coordinate representation of color #B7FEDF: hue angle of 153.8º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FEDF is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB183254223-
CMYK0.2800.120.00
HSL153.8º97.26%85.69%-
HSV(B)153.8º27.95%99.61%-
XYZ68.2986.2882.87-
YUV229.24124.4895.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.73%
GREEN value IS 254 (99.61% from 255) = 38.48%
BLUE value IS 223 (87.5% from 255) = 33.79%
R=27.73%
G=38.48%
B=33.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1832542230.2800.120.00153.897.2685.69
HexB7FEDF1C0C09a6156
Octal267376337340140232141126
Binary101101111111111011011111111000110001001101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FEDF; }

 p { color: rgb(183,254,223); }

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

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

 a { background-color: rgb(183,254,223); }

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

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

 span { border-color: rgb(183,254,223); }

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