#B2F9EB

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

Shades of Water Leaf #B2F9EB

Tints of Water Leaf #B2F9EB

Color information

#B2F9EB (or 0xB2F9EB) is unknown color: approx Water Leaf. HEX triplet: B2, F9 and EB. RGB value is (178,249,235). Sum of RGB (Red+Green+Blue) = 178+249+235=662 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.89% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F9EB is #4D0614. Grayscale: #E2E2E2. Windows color (decimal): -5047829 or 15464882. OLE color: 15464882.

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

Color convert

RGB178249235-
CMYK0.2900.060.02
HSL168.17º85.54%83.73%-
HSV(B)168.17º28.51%97.65%-
XYZ67.2383.2191.12-
YUV226.18132.9893.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.89%
GREEN value IS 249 (97.66% from 255) = 37.61%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=26.89%
G=37.61%
B=35.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782492350.2900.060.02168.1785.5483.73
HexB2F9EB1D062a85654
Octal26237135335062250126124
Binary101100101111100111101011111010110101010100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F9EB; }

 p { color: rgb(178,249,235); }

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

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

 a { background-color: rgb(178,249,235); }

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

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

 span { border-color: rgb(178,249,235); }

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