#B2FEBA

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

Shades of Fringy Flower #B2FEBA

Tints of Fringy Flower #B2FEBA

Color information

#B2FEBA (or 0xB2FEBA) is unknown color: approx Fringy Flower. HEX triplet: B2, FE and BA. RGB value is (178,254,186). Sum of RGB (Red+Green+Blue) = 178+254+186=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEBA is #4D0145. Grayscale: #DFDFDF. Windows color (decimal): -5046598 or 12254898. OLE color: 12254898.

HSL color Cylindrical-coordinate representation of color #B2FEBA: hue angle of 126.32º 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 #B2FEBA is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB178254186-
CMYK0.3000.270.00
HSL126.32º97.44%84.71%-
HSV(B)126.32º29.92%99.61%-
XYZ62.6683.8959.34-
YUV223.52106.8295.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.80%
GREEN value IS 254 (99.61% from 255) = 41.10%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=28.80%
G=41.10%
B=30.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782541860.3000.270.00126.3297.4484.71
HexB2FEBA1E01B07e6155
Octal262376272360330176141125
Binary101100101111111010111010111100110110111111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FEBA; }

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

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

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

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

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

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

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

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