#B3FFE5

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

Shades of Water Leaf #B3FFE5

Tints of Water Leaf #B3FFE5

Color information

#B3FFE5 (or 0xB3FFE5) is unknown color: approx Water Leaf. HEX triplet: B3, FF and E5. RGB value is (179,255,229). Sum of RGB (Red+Green+Blue) = 179+255+229=663 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.00% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFE5 is #4C001A. Grayscale: #E5E5E5. Windows color (decimal): -4980763 or 15073203. OLE color: 15073203.

HSL color Cylindrical-coordinate representation of color #B3FFE5: hue angle of 159.47º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFE5 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB179255229-
CMYK0.3000.100
HSL159.47º100%85.1%-
HSV(B)159.47º29.8%100%-
XYZ68.4986.7687.27-
YUV229.31127.8292.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.00%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 229 (89.84% from 255) = 34.54%
R=27.00%
G=38.46%
B=34.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552290.3000.100159.4710085.1
HexB3FFE51E0A09f6455
Octal263377345360120237144125
Binary101100111111111111100101111100101001001111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFE5; }

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

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

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

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

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

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

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

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