#B7EDE6

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

Shades of Water Leaf #B7EDE6

Tints of Water Leaf #B7EDE6

Color information

#B7EDE6 (or 0xB7EDE6) is unknown color: approx Water Leaf. HEX triplet: B7, ED and E6. RGB value is (183,237,230). Sum of RGB (Red+Green+Blue) = 183+237+230=650 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.15% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EDE6 is #481219. Grayscale: #DCDCDC. Windows color (decimal): -4723226 or 15134135. OLE color: 15134135.

HSL color Cylindrical-coordinate representation of color #B7EDE6: hue angle of 172.22º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EDE6 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB183237230-
CMYK0.2300.030.07
HSL172.22º60%82.35%-
HSV(B)172.22º22.78%92.94%-
XYZ64.176.3586.22-
YUV220.06133.61101.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.15%
GREEN value IS 237 (92.97% from 255) = 36.46%
BLUE value IS 230 (90.23% from 255) = 35.38%
R=28.15%
G=36.46%
B=35.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832372300.2300.030.07172.226082.35
HexB7EDE617037ac3c52
Octal2673553462703725474122
Binary10110111111011011110011010111011111101011001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EDE6; }

 p { color: rgb(183,237,230); }

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

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

 a { background-color: rgb(183,237,230); }

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

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

 span { border-color: rgb(183,237,230); }

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