#B7FAE9

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

Shades of Water Leaf #B7FAE9

Tints of Water Leaf #B7FAE9

Color information

#B7FAE9 (or 0xB7FAE9) is unknown color: approx Water Leaf. HEX triplet: B7, FA and E9. RGB value is (183,250,233). Sum of RGB (Red+Green+Blue) = 183+250+233=666 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.48% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FAE9 is #480516. Grayscale: #E4E4E4. Windows color (decimal): -4719895 or 15334071. OLE color: 15334071.

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

Color convert

RGB183250233-
CMYK0.2700.070.02
HSL164.78º87.01%84.9%-
HSV(B)164.78º26.8%98.04%-
XYZ68.4284.3289.76-
YUV228.03130.895.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.48%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 233 (91.41% from 255) = 34.98%
R=27.48%
G=37.54%
B=34.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832502330.2700.070.02164.7887.0184.9
HexB7FAE91B072a55755
Octal26737235133072245127125
Binary101101111111101011101001110110111101010010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FAE9; }

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

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

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

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

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

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

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

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