#B3FFE1

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

Shades of Water Leaf #B3FFE1

Tints of Water Leaf #B3FFE1

Color information

#B3FFE1 (or 0xB3FFE1) is unknown color: approx Water Leaf. HEX triplet: B3, FF and E1. RGB value is (179,255,225). Sum of RGB (Red+Green+Blue) = 179+255+225=659 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.16% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFE1 is #4C001E. Grayscale: #E4E4E4. Windows color (decimal): -4980767 or 14811059. OLE color: 14811059.

HSL color Cylindrical-coordinate representation of color #B3FFE1: hue angle of 156.32º 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 #B3FFE1 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB179255225-
CMYK0.3000.120
HSL156.32º100%85.1%-
HSV(B)156.32º29.8%100%-
XYZ67.9486.5484.36-
YUV228.86125.8292.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.16%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 225 (88.28% from 255) = 34.14%
R=27.16%
G=38.69%
B=34.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552250.3000.120156.3210085.1
HexB3FFE11E0C09c6455
Octal263377341360140234144125
Binary101100111111111111100001111100110001001110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFE1; }

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

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

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

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

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

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

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

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