#B2F2BF

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

Shades of Fringy Flower #B2F2BF

Tints of Fringy Flower #B2F2BF

Color information

#B2F2BF (or 0xB2F2BF) is unknown color: approx Fringy Flower. HEX triplet: B2, F2 and BF. RGB value is (178,242,191). Sum of RGB (Red+Green+Blue) = 178+242+191=611 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.13% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F2BF is #4D0D40. Grayscale: #D9D9D9. Windows color (decimal): -5049665 or 12579506. OLE color: 12579506.

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

Color convert

RGB178242191-
CMYK0.2600.210.05
HSL132.19º71.11%82.35%-
HSV(B)132.19º26.45%94.9%-
XYZ59.5276.7360.96-
YUV217.05113.3100.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.13%
GREEN value IS 242 (94.92% from 255) = 39.61%
BLUE value IS 191 (75% from 255) = 31.26%
R=29.13%
G=39.61%
B=31.26%

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
Decimal1782421910.2600.210.05132.1971.1182.35
HexB2F2BF1A0155844752
Octal262362277320255204107122
Binary101100101111001010111111110100101011011000010010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F2BF; }

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

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

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

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

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

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

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

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