#B7F7DF

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

Shades of Water Leaf #B7F7DF

Tints of Water Leaf #B7F7DF

Color information

#B7F7DF (or 0xB7F7DF) is unknown color: approx Water Leaf. HEX triplet: B7, F7 and DF. RGB value is (183,247,223). Sum of RGB (Red+Green+Blue) = 183+247+223=653 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.02% from 653); Green value is 247 (96.88% from 255 or 37.83% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 247 - color contains mainly: green. Hex color #B7F7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F7DF is #480820. Grayscale: #E1E1E1. Windows color (decimal): -4720673 or 14677943. OLE color: 14677943.

HSL color Cylindrical-coordinate representation of color #B7F7DF: hue angle of 157.5º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F7DF is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB183247223-
CMYK0.2600.100.03
HSL157.5º80%84.31%-
HSV(B)157.5º25.91%96.86%-
XYZ66.1181.9282.14-
YUV225.13126.897.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.02%
GREEN value IS 247 (96.88% from 255) = 37.83%
BLUE value IS 223 (87.5% from 255) = 34.15%
R=28.02%
G=37.83%
B=34.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1832472230.2600.100.03157.58084.31
HexB7F7DF1A0A39e5054
Octal267367337320123236120124
Binary1011011111110111110111111101001010111001111010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F7DF; }

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

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

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

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

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

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

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

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