#B7F0E3

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

Shades of Water Leaf #B7F0E3

Tints of Water Leaf #B7F0E3

Color information

#B7F0E3 (or 0xB7F0E3) is unknown color: approx Water Leaf. HEX triplet: B7, F0 and E3. RGB value is (183,240,227). Sum of RGB (Red+Green+Blue) = 183+240+227=650 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.15% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #B7F0E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F0E3 is #480F1C. Grayscale: #DDDDDD. Windows color (decimal): -4722461 or 14938295. OLE color: 14938295.

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

Color convert

RGB183240227-
CMYK0.2400.050.06
HSL166.32º65.52%82.94%-
HSV(B)166.32º23.75%94.12%-
XYZ64.5577.9384.31-
YUV221.47131.12100.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.15%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 227 (89.06% from 255) = 34.92%
R=28.15%
G=36.92%
B=34.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832402270.2400.050.06166.3265.5282.94
HexB7F0E318056a64253
Octal26736034330056246102123
Binary1011011111110000111000111100001011101010011010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F0E3; }

 p { color: rgb(183,240,227); }

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

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

 a { background-color: rgb(183,240,227); }

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

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

 span { border-color: rgb(183,240,227); }

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