#B1E9BE

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

Shades of Fringy Flower #B1E9BE

Tints of Fringy Flower #B1E9BE

Color information

#B1E9BE (or 0xB1E9BE) is unknown color: approx Fringy Flower. HEX triplet: B1, E9 and BE. RGB value is (177,233,190). Sum of RGB (Red+Green+Blue) = 177+233+190=600 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.5% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E9BE is #4E1641. Grayscale: #D3D3D3. Windows color (decimal): -5117506 or 12511665. OLE color: 12511665.

HSL color Cylindrical-coordinate representation of color #B1E9BE: hue angle of 133.93º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1E9BE is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB177233190-
CMYK0.2400.180.09
HSL133.93º56%80.39%-
HSV(B)133.93º24.03%91.37%-
XYZ56.5671.3459.5-
YUV211.35115.95103.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.5%
GREEN value IS 233 (91.41% from 255) = 38.83%
BLUE value IS 190 (74.61% from 255) = 31.67%
R=29.5%
G=38.83%
B=31.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1772331900.2400.180.09133.935680.39
HexB1E9BE180129863850
Octal261351276300221120670120
Binary101100011110100110111110110000100101001100001101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E9BE; }

 p { color: rgb(177,233,190); }

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

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

 a { background-color: rgb(177,233,190); }

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

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

 span { border-color: rgb(177,233,190); }

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