#B2FEB7

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

Shades of Fringy Flower #B2FEB7

Tints of Fringy Flower #B2FEB7

Color information

#B2FEB7 (or 0xB2FEB7) is unknown color: approx Fringy Flower. HEX triplet: B2, FE and B7. RGB value is (178,254,183). Sum of RGB (Red+Green+Blue) = 178+254+183=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 183 (71.88% from 255 or 29.76% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEB7 is #4D0148. Grayscale: #DFDFDF. Windows color (decimal): -5046601 or 12058290. OLE color: 12058290.

HSL color Cylindrical-coordinate representation of color #B2FEB7: hue angle of 123.95º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FEB7 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB178254183-
CMYK0.3000.280.00
HSL123.95º97.44%84.71%-
HSV(B)123.95º29.92%99.61%-
XYZ62.3583.7757.68-
YUV223.18105.3295.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.94%
GREEN value IS 254 (99.61% from 255) = 41.30%
BLUE value IS 183 (71.88% from 255) = 29.76%
R=28.94%
G=41.30%
B=29.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782541830.3000.280.00123.9597.4484.71
HexB2FEB71E01C07c6155
Octal262376267360340174141125
Binary101100101111111010110111111100111000111110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FEB7; }

 p { color: rgb(178,254,183); }

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

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

 a { background-color: rgb(178,254,183); }

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

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

 span { border-color: rgb(178,254,183); }

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