#B7EAE0

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

Shades of Water Leaf #B7EAE0

Tints of Water Leaf #B7EAE0

Color information

#B7EAE0 (or 0xB7EAE0) is unknown color: approx Water Leaf. HEX triplet: B7, EA and E0. RGB value is (183,234,224). Sum of RGB (Red+Green+Blue) = 183+234+224=641 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.55% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #B7EAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EAE0 is #48151F. Grayscale: #D9D9D9. Windows color (decimal): -4724000 or 14740151. OLE color: 14740151.

HSL color Cylindrical-coordinate representation of color #B7EAE0: hue angle of 168.24º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7EAE0 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB183234224-
CMYK0.2200.040.08
HSL168.24º54.84%81.76%-
HSV(B)168.24º21.79%91.76%-
XYZ62.4174.2981.57-
YUV217.61131.6103.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.55%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 224 (87.89% from 255) = 34.95%
R=28.55%
G=36.51%
B=34.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832342240.2200.040.08168.2454.8481.76
HexB7EAE016048a83752
Octal26735234026041025067122
Binary1011011111101010111000001011001001000101010001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EAE0; }

 p { color: rgb(183,234,224); }

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

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

 a { background-color: rgb(183,234,224); }

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

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

 span { border-color: rgb(183,234,224); }

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