#B2F1DC

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

Shades of Water Leaf #B2F1DC

Tints of Water Leaf #B2F1DC

Color information

#B2F1DC (or 0xB2F1DC) is unknown color: approx Water Leaf. HEX triplet: B2, F1 and DC. RGB value is (178,241,220). Sum of RGB (Red+Green+Blue) = 178+241+220=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F1DC is #4D0E23. Grayscale: #DBDBDB. Windows color (decimal): -5049892 or 14479794. OLE color: 14479794.

HSL color Cylindrical-coordinate representation of color #B2F1DC: hue angle of 160º degrees, saturation: 0.69, 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 #B2F1DC is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB178241220-
CMYK0.2600.090.05
HSL160º69.23%82.16%-
HSV(B)160º26.14%94.51%-
XYZ62.7377.5479.37-
YUV219.77128.1398.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.86%
GREEN value IS 241 (94.53% from 255) = 37.72%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=27.86%
G=37.72%
B=34.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782412200.2600.090.0516069.2382.16
HexB2F1DC1A095a04552
Octal262361334320115240105122
Binary10110010111100011101110011010010011011010000010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F1DC; }

 p { color: rgb(178,241,220); }

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

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

 a { background-color: rgb(178,241,220); }

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

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

 span { border-color: rgb(178,241,220); }

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