#B3FFE7

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

Shades of Water Leaf #B3FFE7

Tints of Water Leaf #B3FFE7

Color information

#B3FFE7 (or 0xB3FFE7) is unknown color: approx Water Leaf. HEX triplet: B3, FF and E7. RGB value is (179,255,231). Sum of RGB (Red+Green+Blue) = 179+255+231=665 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.92% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 231 (90.62% from 255 or 34.74% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFE7 is #4C0018. Grayscale: #E5E5E5. Windows color (decimal): -4980761 or 15204275. OLE color: 15204275.

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

Color convert

RGB179255231-
CMYK0.3000.090
HSL161.05º100%85.1%-
HSV(B)161.05º29.8%100%-
XYZ68.7786.8788.74-
YUV229.54128.8291.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.92%
GREEN value IS 255 (100% from 255) = 38.35%
BLUE value IS 231 (90.62% from 255) = 34.74%
R=26.92%
G=38.35%
B=34.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552310.3000.090161.0510085.1
HexB3FFE71E090a16455
Octal263377347360110241144125
Binary101100111111111111100111111100100101010000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFE7; }

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

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

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

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

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

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

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

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