#B0EADF

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

Shades of Water Leaf #B0EADF

Tints of Water Leaf #B0EADF

Color information

#B0EADF (or 0xB0EADF) is unknown color: approx Water Leaf. HEX triplet: B0, EA and DF. RGB value is (176,234,223). Sum of RGB (Red+Green+Blue) = 176+234+223=633 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.80% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EADF is #4F1520. Grayscale: #D7D7D7. Windows color (decimal): -5182753 or 14674608. OLE color: 14674608.

HSL color Cylindrical-coordinate representation of color #B0EADF: hue angle of 168.62º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EADF is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB176234223-
CMYK0.2500.050.08
HSL168.62º58%80.39%-
HSV(B)168.62º24.79%91.76%-
XYZ60.6573.480.78-
YUV215.4132.2899.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.80%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 223 (87.5% from 255) = 35.23%
R=27.80%
G=36.97%
B=35.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762342230.2500.050.08168.625880.39
HexB0EADF19058a93a50
Octal26035233731051025172120
Binary1011000011101010110111111100101011000101010011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EADF; }

 p { color: rgb(176,234,223); }

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

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

 a { background-color: rgb(176,234,223); }

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

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

 span { border-color: rgb(176,234,223); }

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