#B0FAEA

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

Shades of Water Leaf #B0FAEA

Tints of Water Leaf #B0FAEA

Color information

#B0FAEA (or 0xB0FAEA) is unknown color: approx Water Leaf. HEX triplet: B0, FA and EA. RGB value is (176,250,234). Sum of RGB (Red+Green+Blue) = 176+250+234=660 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.67% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FAEA is #4F0515. Grayscale: #E2E2E2. Windows color (decimal): -5178646 or 15399600. OLE color: 15399600.

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

Color convert

RGB176250234-
CMYK0.3000.060.02
HSL167.03º88.1%83.53%-
HSV(B)167.03º29.6%98.04%-
XYZ66.9483.5490.44-
YUV226.05132.4892.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.67%
GREEN value IS 250 (98.05% from 255) = 37.88%
BLUE value IS 234 (91.80% from 255) = 35.45%
R=26.67%
G=37.88%
B=35.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762502340.3000.060.02167.0388.183.53
HexB0FAEA1E062a75854
Octal26037235236062247130124
Binary101100001111101011101010111100110101010011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FAEA; }

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

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

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

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

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

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

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

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