#B0FAEB

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

Shades of Water Leaf #B0FAEB

Tints of Water Leaf #B0FAEB

Color information

#B0FAEB (or 0xB0FAEB) is unknown color: approx Water Leaf. HEX triplet: B0, FA and EB. RGB value is (176,250,235). Sum of RGB (Red+Green+Blue) = 176+250+235=661 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.63% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FAEB is #4F0514. Grayscale: #E2E2E2. Windows color (decimal): -5178645 or 15465136. OLE color: 15465136.

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

Color convert

RGB176250235-
CMYK0.3000.060.02
HSL167.84º88.1%83.53%-
HSV(B)167.84º29.6%98.04%-
XYZ67.0983.691.2-
YUV226.16132.9892.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.63%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=26.63%
G=37.82%
B=35.55%

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
Decimal1762502350.3000.060.02167.8488.183.53
HexB0FAEB1E062a85854
Octal26037235336062250130124
Binary101100001111101011101011111100110101010100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FAEB; }

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

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

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

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

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

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

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

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