#B0FDEB

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

Shades of Water Leaf #B0FDEB

Tints of Water Leaf #B0FDEB

Color information

#B0FDEB (or 0xB0FDEB) is unknown color: approx Water Leaf. HEX triplet: B0, FD and EB. RGB value is (176,253,235). Sum of RGB (Red+Green+Blue) = 176+253+235=664 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.51% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FDEB is #4F0214. Grayscale: #E3E3E3. Windows color (decimal): -5177877 or 15465904. OLE color: 15465904.

HSL color Cylindrical-coordinate representation of color #B0FDEB: hue angle of 165.97º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FDEB is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB176253235-
CMYK0.3000.070.01
HSL165.97º95.06%84.12%-
HSV(B)165.97º30.43%99.22%-
XYZ68.0385.4891.51-
YUV227.92131.9990.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.51%
GREEN value IS 253 (99.22% from 255) = 38.10%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=26.51%
G=38.10%
B=35.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762532350.3000.070.01165.9795.0684.12
HexB0FDEB1E071a65f54
Octal26037535336071246137124
Binary10110000111111011110101111110011111010011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FDEB; }

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

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

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

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

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

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

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

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