#B3FFE6

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

Shades of Water Leaf #B3FFE6

Tints of Water Leaf #B3FFE6

Color information

#B3FFE6 (or 0xB3FFE6) is unknown color: approx Water Leaf. HEX triplet: B3, FF and E6. RGB value is (179,255,230). Sum of RGB (Red+Green+Blue) = 179+255+230=664 (87% of max value = 765). Red value is 179 (70.31% from 255 or 26.96% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFE6 is #4C0019. Grayscale: #E5E5E5. Windows color (decimal): -4980762 or 15138739. OLE color: 15138739.

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

Color convert

RGB179255230-
CMYK0.3000.100
HSL160.26º100%85.1%-
HSV(B)160.26º29.8%100%-
XYZ68.6386.8288-
YUV229.43128.3292.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.96%
GREEN value IS 255 (100% from 255) = 38.40%
BLUE value IS 230 (90.23% from 255) = 34.64%
R=26.96%
G=38.40%
B=34.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552300.3000.100160.2610085.1
HexB3FFE61E0A0a06455
Octal263377346360120240144125
Binary101100111111111111100110111100101001010000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFE6; }

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

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

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

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

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

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

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

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