#B3FCE9

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

Shades of Water Leaf #B3FCE9

Tints of Water Leaf #B3FCE9

Color information

#B3FCE9 (or 0xB3FCE9) is unknown color: approx Water Leaf. HEX triplet: B3, FC and E9. RGB value is (179,252,233). Sum of RGB (Red+Green+Blue) = 179+252+233=664 (87% of max value = 765). Red value is 179 (70.31% from 255 or 26.96% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FCE9 is #4C0316. Grayscale: #E4E4E4. Windows color (decimal): -4981527 or 15334579. OLE color: 15334579.

HSL color Cylindrical-coordinate representation of color #B3FCE9: hue angle of 164.38º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FCE9 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB179252233-
CMYK0.2900.080.01
HSL164.38º92.41%84.51%-
HSV(B)164.38º28.97%98.82%-
XYZ68.1185.0989.92-
YUV228.01130.8293.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.96%
GREEN value IS 252 (98.83% from 255) = 37.95%
BLUE value IS 233 (91.41% from 255) = 35.09%
R=26.96%
G=37.95%
B=35.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792522330.2900.080.01164.3892.4184.51
HexB3FCE91D081a45c55
Octal263374351350101244134125
Binary101100111111110011101001111010100011010010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FCE9; }

 p { color: rgb(179,252,233); }

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

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

 a { background-color: rgb(179,252,233); }

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

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

 span { border-color: rgb(179,252,233); }

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