#B3FBE5

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

Shades of Water Leaf #B3FBE5

Tints of Water Leaf #B3FBE5

Color information

#B3FBE5 (or 0xB3FBE5) is unknown color: approx Water Leaf. HEX triplet: B3, FB and E5. RGB value is (179,251,229). Sum of RGB (Red+Green+Blue) = 179+251+229=659 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.16% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FBE5 is #4C041A. Grayscale: #E2E2E2. Windows color (decimal): -4981787 or 15072179. OLE color: 15072179.

HSL color Cylindrical-coordinate representation of color #B3FBE5: hue angle of 161.67º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FBE5 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB179251229-
CMYK0.2900.090.02
HSL161.67º90%84.31%-
HSV(B)161.67º28.69%98.43%-
XYZ67.2384.2486.84-
YUV226.96129.1593.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.16%
GREEN value IS 251 (98.44% from 255) = 38.09%
BLUE value IS 229 (89.84% from 255) = 34.75%
R=27.16%
G=38.09%
B=34.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792512290.2900.090.02161.679084.31
HexB3FBE51D092a25a54
Octal263373345350112242132124
Binary1011001111111011111001011110101001101010001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FBE5; }

 p { color: rgb(179,251,229); }

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

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

 a { background-color: rgb(179,251,229); }

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

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

 span { border-color: rgb(179,251,229); }

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