#b0feb7

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

Shades of Fringy Flower #B0FEB7

Tints of Fringy Flower #B0FEB7

Color information

#B0FEB7 (or 0xB0FEB7) is unknown color: approx Fringy Flower. HEX triplet: B0, FE and B7. RGB value is (176,254,183). Sum of RGB (Red+Green+Blue) = 176+254+183=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEB7 is #4F0148. Grayscale: #DEDEDE. Windows color (decimal): -5177673 or 12058288. OLE color: 12058288.

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

Color convert

RGB176254183-
CMYK0.3100.280.00
HSL125.38º97.5%84.31%-
HSV(B)125.38º30.71%99.61%-
XYZ61.8983.5357.66-
YUV222.58105.6694.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.71%
GREEN value IS 254 (99.61% from 255) = 41.44%
BLUE value IS 183 (71.88% from 255) = 29.85%
R=28.71%
G=41.44%
B=29.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541830.3100.280.00125.3897.584.31
HexB0FEB71F01C07d6254
Octal260376267370340175142124
Binary101100001111111010110111111110111000111110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0feb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0feb7; }

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

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

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

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

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

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

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

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