#B3FAEC

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

Shades of Water Leaf #B3FAEC

Tints of Water Leaf #B3FAEC

Color information

#B3FAEC (or 0xB3FAEC) is unknown color: approx Water Leaf. HEX triplet: B3, FA and EC. RGB value is (179,250,236). Sum of RGB (Red+Green+Blue) = 179+250+236=665 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.92% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FAEC is #4C0513. Grayscale: #E3E3E3. Windows color (decimal): -4982036 or 15530675. OLE color: 15530675.

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

Color convert

RGB179250236-
CMYK0.2800.060.02
HSL168.17º87.65%84.12%-
HSV(B)168.17º28.4%98.04%-
XYZ67.9284.0191.99-
YUV227.18132.9893.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.92%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=26.92%
G=37.59%
B=35.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792502360.2800.060.02168.1787.6584.12
HexB3FAEC1C062a85854
Octal26337235434062250130124
Binary101100111111101011101100111000110101010100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FAEC; }

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

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

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

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

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

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

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

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