#B3FAE4

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

Shades of Water Leaf #B3FAE4

Tints of Water Leaf #B3FAE4

Color information

#B3FAE4 (or 0xB3FAE4) is unknown color: approx Water Leaf. HEX triplet: B3, FA and E4. RGB value is (179,250,228). Sum of RGB (Red+Green+Blue) = 179+250+228=657 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.25% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FAE4 is #4C051B. Grayscale: #E2E2E2. Windows color (decimal): -4982044 or 15006387. OLE color: 15006387.

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

Color convert

RGB179250228-
CMYK0.2800.090.02
HSL161.41º87.65%84.12%-
HSV(B)161.41º28.4%98.04%-
XYZ66.7883.5686.01-
YUV226.26128.9894.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.25%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 228 (89.45% from 255) = 34.70%
R=27.25%
G=38.05%
B=34.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792502280.2800.090.02161.4187.6584.12
HexB3FAE41C092a15854
Octal263372344340112241130124
Binary1011001111111010111001001110001001101010000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FAE4; }

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

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

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

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

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

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

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

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