#B1EDBE

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

Shades of Fringy Flower #B1EDBE

Tints of Fringy Flower #B1EDBE

Color information

#B1EDBE (or 0xB1EDBE) is unknown color: approx Fringy Flower. HEX triplet: B1, ED and BE. RGB value is (177,237,190). Sum of RGB (Red+Green+Blue) = 177+237+190=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDBE is #4E1241. Grayscale: #D5D5D5. Windows color (decimal): -5116482 or 12512689. OLE color: 12512689.

HSL color Cylindrical-coordinate representation of color #B1EDBE: hue angle of 133º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EDBE is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB177237190-
CMYK0.2500.200.07
HSL133º62.5%81.18%-
HSV(B)133º25.32%92.94%-
XYZ57.7173.6359.89-
YUV213.7114.62101.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=29.30%
G=39.24%
B=31.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772371900.2500.200.0713362.581.18
HexB1EDBE190147853e51
Octal26135527631024720576121
Binary10110001111011011011111011001010100111100001011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EDBE; }

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

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

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

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

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

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

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

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