#B1FEC4

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

Shades of Fringy Flower #B1FEC4

Tints of Fringy Flower #B1FEC4

Color information

#B1FEC4 (or 0xB1FEC4) is unknown color: approx Fringy Flower. HEX triplet: B1, FE and C4. RGB value is (177,254,196). Sum of RGB (Red+Green+Blue) = 177+254+196=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEC4 is #4E013B. Grayscale: #E0E0E0. Windows color (decimal): -5112124 or 12910257. OLE color: 12910257.

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

Color convert

RGB177254196-
CMYK0.3000.230.00
HSL134.81º97.47%84.51%-
HSV(B)134.81º30.31%99.61%-
XYZ63.5484.2265.13-
YUV224.36111.9994.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.23%
GREEN value IS 254 (99.61% from 255) = 40.51%
BLUE value IS 196 (76.95% from 255) = 31.26%
R=28.23%
G=40.51%
B=31.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772541960.3000.230.00134.8197.4784.51
HexB1FEC41E0170876155
Octal261376304360270207141125
Binary1011000111111110110001001111001011101000011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FEC4; }

 p { color: rgb(177,254,196); }

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

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

 a { background-color: rgb(177,254,196); }

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

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

 span { border-color: rgb(177,254,196); }

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