#B2F2BE

Color #B2F2BE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B2F2BE

Tints of Fringy Flower #B2F2BE

Color information

#B2F2BE (or 0xB2F2BE) is unknown color: approx Fringy Flower. HEX triplet: B2, F2 and BE. RGB value is (178,242,190). Sum of RGB (Red+Green+Blue) = 178+242+190=610 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.18% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F2BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F2BE is #4D0D41. Grayscale: #D9D9D9. Windows color (decimal): -5049666 or 12513970. OLE color: 12513970.

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

Color convert

RGB178242190-
CMYK0.2600.210.05
HSL131.25º71.11%82.35%-
HSV(B)131.25º26.45%94.9%-
XYZ59.4176.6960.39-
YUV216.94112.8100.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.18%
GREEN value IS 242 (94.92% from 255) = 39.67%
BLUE value IS 190 (74.61% from 255) = 31.15%
R=29.18%
G=39.67%
B=31.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782421900.2600.210.05131.2571.1182.35
HexB2F2BE1A0155834752
Octal262362276320255203107122
Binary101100101111001010111110110100101011011000001110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F2BE; }

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

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

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

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

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

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

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

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