#B0FEBA

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

Shades of Fringy Flower #B0FEBA

Tints of Fringy Flower #B0FEBA

Color information

#B0FEBA (or 0xB0FEBA) is unknown color: approx Fringy Flower. HEX triplet: B0, FE and BA. RGB value is (176,254,186). Sum of RGB (Red+Green+Blue) = 176+254+186=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEBA is #4F0145. Grayscale: #DFDFDF. Windows color (decimal): -5177670 or 12254896. OLE color: 12254896.

HSL color Cylindrical-coordinate representation of color #B0FEBA: hue angle of 127.69º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEBA is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB176254186-
CMYK0.3100.270.00
HSL127.69º97.5%84.31%-
HSV(B)127.69º30.71%99.61%-
XYZ62.2183.6659.32-
YUV222.93107.1694.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.57%
GREEN value IS 254 (99.61% from 255) = 41.23%
BLUE value IS 186 (73.05% from 255) = 30.19%
R=28.57%
G=41.23%
B=30.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541860.3100.270.00127.6997.584.31
HexB0FEBA1F01B0806254
Octal260376272370330200142124
Binary1011000011111110101110101111101101101000000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FEBA; }

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

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

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

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

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

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

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

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