#B2F2DA

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

Shades of Water Leaf #B2F2DA

Tints of Water Leaf #B2F2DA

Color information

#B2F2DA (or 0xB2F2DA) is unknown color: approx Water Leaf. HEX triplet: B2, F2 and DA. RGB value is (178,242,218). Sum of RGB (Red+Green+Blue) = 178+242+218=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F2DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F2DA is #4D0D25. Grayscale: #DCDCDC. Windows color (decimal): -5049638 or 14348978. OLE color: 14348978.

HSL color Cylindrical-coordinate representation of color #B2F2DA: hue angle of 157.5º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F2DA is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB178242218-
CMYK0.2600.100.05
HSL157.5º71.11%82.35%-
HSV(B)157.5º26.45%94.9%-
XYZ62.7778.0378.08-
YUV220.13126.897.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.90%
GREEN value IS 242 (94.92% from 255) = 37.93%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=27.90%
G=37.93%
B=34.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782422180.2600.100.05157.571.1182.35
HexB2F2DA1A0A59e4752
Octal262362332320125236107122
Binary10110010111100101101101011010010101011001111010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F2DA; }

 p { color: rgb(178,242,218); }

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

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

 a { background-color: rgb(178,242,218); }

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

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

 span { border-color: rgb(178,242,218); }

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