#B2F7BE

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

Shades of Fringy Flower #B2F7BE

Tints of Fringy Flower #B2F7BE

Color information

#B2F7BE (or 0xB2F7BE) is unknown color: approx Fringy Flower. HEX triplet: B2, F7 and BE. RGB value is (178,247,190). Sum of RGB (Red+Green+Blue) = 178+247+190=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F7BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F7BE is #4D0841. Grayscale: #DCDCDC. Windows color (decimal): -5048386 or 12515250. OLE color: 12515250.

HSL color Cylindrical-coordinate representation of color #B2F7BE: hue angle of 130.43º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F7BE is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB178247190-
CMYK0.2800.230.03
HSL130.43º81.18%83.33%-
HSV(B)130.43º27.94%96.86%-
XYZ60.9279.760.89-
YUV219.87111.1498.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.94%
GREEN value IS 247 (96.88% from 255) = 40.16%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=28.94%
G=40.16%
B=30.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1782471900.2800.230.03130.4381.1883.33
HexB2F7BE1C0173825153
Octal262367276340273202121123
Binary10110010111101111011111011100010111111000001010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F7BE; }

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

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

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

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

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

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

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

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