#B0ECE1

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

Shades of Water Leaf #B0ECE1

Tints of Water Leaf #B0ECE1

Color information

#B0ECE1 (or 0xB0ECE1) is unknown color: approx Water Leaf. HEX triplet: B0, EC and E1. RGB value is (176,236,225). Sum of RGB (Red+Green+Blue) = 176+236+225=637 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.63% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECE1 is #4F131E. Grayscale: #D8D8D8. Windows color (decimal): -5182239 or 14806192. OLE color: 14806192.

HSL color Cylindrical-coordinate representation of color #B0ECE1: hue angle of 169º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0ECE1 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB176236225-
CMYK0.2500.050.07
HSL169º61.22%80.78%-
HSV(B)169º25.42%92.55%-
XYZ61.4974.6682.4-
YUV216.81132.6298.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.63%
GREEN value IS 236 (92.58% from 255) = 37.05%
BLUE value IS 225 (88.28% from 255) = 35.32%
R=27.63%
G=37.05%
B=35.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762362250.2500.050.0716961.2280.78
HexB0ECE119057a93d51
Octal2603543413105725175121
Binary101100001110110011100001110010101111101010011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ECE1; }

 p { color: rgb(176,236,225); }

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

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

 a { background-color: rgb(176,236,225); }

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

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

 span { border-color: rgb(176,236,225); }

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