#B7F1E4

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

Shades of Water Leaf #B7F1E4

Tints of Water Leaf #B7F1E4

Color information

#B7F1E4 (or 0xB7F1E4) is unknown color: approx Water Leaf. HEX triplet: B7, F1 and E4. RGB value is (183,241,228). Sum of RGB (Red+Green+Blue) = 183+241+228=652 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.07% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F1E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F1E4 is #480E1B. Grayscale: #DEDEDE. Windows color (decimal): -4722204 or 15004087. OLE color: 15004087.

HSL color Cylindrical-coordinate representation of color #B7F1E4: hue angle of 166.55º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F1E4 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB183241228-
CMYK0.2400.050.05
HSL166.55º67.44%83.14%-
HSV(B)166.55º24.07%94.51%-
XYZ64.9978.5885.14-
YUV222.18131.28100.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.07%
GREEN value IS 241 (94.53% from 255) = 36.96%
BLUE value IS 228 (89.45% from 255) = 34.97%
R=28.07%
G=36.96%
B=34.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1832412280.2400.050.05166.5567.4483.14
HexB7F1E418055a74353
Octal26736134430055247103123
Binary1011011111110001111001001100001011011010011110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F1E4; }

 p { color: rgb(183,241,228); }

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

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

 a { background-color: rgb(183,241,228); }

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

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

 span { border-color: rgb(183,241,228); }

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