#B3FAE9

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

Shades of Water Leaf #B3FAE9

Tints of Water Leaf #B3FAE9

Color information

#B3FAE9 (or 0xB3FAE9) is unknown color: approx Water Leaf. HEX triplet: B3, FA and E9. RGB value is (179,250,233). Sum of RGB (Red+Green+Blue) = 179+250+233=662 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.04% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FAE9 is #4C0516. Grayscale: #E2E2E2. Windows color (decimal): -4982039 or 15334067. OLE color: 15334067.

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

Color convert

RGB179250233-
CMYK0.2800.070.02
HSL165.63º87.65%84.12%-
HSV(B)165.63º28.4%98.04%-
XYZ67.4883.8489.72-
YUV226.83131.4893.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.04%
GREEN value IS 250 (98.05% from 255) = 37.76%
BLUE value IS 233 (91.41% from 255) = 35.20%
R=27.04%
G=37.76%
B=35.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792502330.2800.070.02165.6387.6584.12
HexB3FAE91C072a65854
Octal26337235134072246130124
Binary101100111111101011101001111000111101010011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FAE9; }

 p { color: rgb(179,250,233); }

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

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

 a { background-color: rgb(179,250,233); }

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

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

 span { border-color: rgb(179,250,233); }

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