#B0FCEB

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

Shades of Water Leaf #B0FCEB

Tints of Water Leaf #B0FCEB

Color information

#B0FCEB (or 0xB0FCEB) is unknown color: approx Water Leaf. HEX triplet: B0, FC and EB. RGB value is (176,252,235). Sum of RGB (Red+Green+Blue) = 176+252+235=663 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.55% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FCEB is #4F0314. Grayscale: #E3E3E3. Windows color (decimal): -5178133 or 15465648. OLE color: 15465648.

HSL color Cylindrical-coordinate representation of color #B0FCEB: hue angle of 166.58º degrees, saturation: 0.93, 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 #B0FCEB is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB176252235-
CMYK0.3000.070.01
HSL166.58º92.68%83.92%-
HSV(B)166.58º30.16%98.82%-
XYZ67.7184.8591.41-
YUV227.34132.3291.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.55%
GREEN value IS 252 (98.83% from 255) = 38.01%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=26.55%
G=38.01%
B=35.44%

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
Decimal1762522350.3000.070.01166.5892.6883.92
HexB0FCEB1E071a75d54
Octal26037435336071247135124
Binary10110000111111001110101111110011111010011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FCEB; }

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

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

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

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

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

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

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

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