#B0FEC1

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

Shades of Fringy Flower #B0FEC1

Tints of Fringy Flower #B0FEC1

Color information

#B0FEC1 (or 0xB0FEC1) is unknown color: approx Fringy Flower. HEX triplet: B0, FE and C1. RGB value is (176,254,193). Sum of RGB (Red+Green+Blue) = 176+254+193=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEC1 is #4F013E. Grayscale: #DFDFDF. Windows color (decimal): -5177663 or 12713648. OLE color: 12713648.

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

Color convert

RGB176254193-
CMYK0.3100.240.00
HSL133.08º97.5%84.31%-
HSV(B)133.08º30.71%99.61%-
XYZ62.9783.9663.34-
YUV223.72110.6693.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.25%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 193 (75.78% from 255) = 30.98%
R=28.25%
G=40.77%
B=30.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541930.3100.240.00133.0897.584.31
HexB0FEC11F0180856254
Octal260376301370300205142124
Binary1011000011111110110000011111101100001000010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FEC1; }

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

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

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

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

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

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

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

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