#B9FAEA

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

Shades of Water Leaf #B9FAEA

Tints of Water Leaf #B9FAEA

Color information

#B9FAEA (or 0xB9FAEA) is unknown color: approx Water Leaf. HEX triplet: B9, FA and EA. RGB value is (185,250,234). Sum of RGB (Red+Green+Blue) = 185+250+234=669 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.65% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FAEA is #460515. Grayscale: #E4E4E4. Windows color (decimal): -4588822 or 15399609. OLE color: 15399609.

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

Color convert

RGB185250234-
CMYK0.2600.060.02
HSL165.23º86.67%85.29%-
HSV(B)165.23º26%98.04%-
XYZ69.0484.6390.54-
YUV228.74130.9796.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.65%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=27.65%
G=37.37%
B=34.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852502340.2600.060.02165.2386.6785.29
HexB9FAEA1A062a55755
Octal27137235232062245127125
Binary101110011111101011101010110100110101010010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FAEA; }

 p { color: rgb(185,250,234); }

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

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

 a { background-color: rgb(185,250,234); }

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

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

 span { border-color: rgb(185,250,234); }

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