#B0EBE3

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

Shades of Water Leaf #B0EBE3

Tints of Water Leaf #B0EBE3

Color information

#B0EBE3 (or 0xB0EBE3) is unknown color: approx Water Leaf. HEX triplet: B0, EB and E3. RGB value is (176,235,227). Sum of RGB (Red+Green+Blue) = 176+235+227=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBE3 is #4F141C. Grayscale: #D8D8D8. Windows color (decimal): -5182493 or 14937008. OLE color: 14937008.

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

Color convert

RGB176235227-
CMYK0.2500.030.08
HSL171.86º59.6%80.59%-
HSV(B)171.86º25.11%92.16%-
XYZ61.4874.1983.75-
YUV216.45133.9599.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.59%
GREEN value IS 235 (92.19% from 255) = 36.83%
BLUE value IS 227 (89.06% from 255) = 35.58%
R=27.59%
G=36.83%
B=35.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762352270.2500.030.08171.8659.680.59
HexB0EBE319038ac3c51
Octal26035334331031025474121
Binary101100001110101111100011110010111000101011001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EBE3; }

 p { color: rgb(176,235,227); }

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

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

 a { background-color: rgb(176,235,227); }

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

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

 span { border-color: rgb(176,235,227); }

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