#B1EDBB

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

Shades of Fringy Flower #B1EDBB

Tints of Fringy Flower #B1EDBB

Color information

#B1EDBB (or 0xB1EDBB) is unknown color: approx Fringy Flower. HEX triplet: B1, ED and BB. RGB value is (177,237,187). Sum of RGB (Red+Green+Blue) = 177+237+187=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDBB is #4E1244. Grayscale: #D5D5D5. Windows color (decimal): -5116485 or 12316081. OLE color: 12316081.

HSL color Cylindrical-coordinate representation of color #B1EDBB: hue angle of 130º 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 #B1EDBB is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB177237187-
CMYK0.2500.210.07
HSL130º62.5%81.18%-
HSV(B)130º25.32%92.94%-
XYZ57.3973.558.18-
YUV213.36113.12102.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.45%
GREEN value IS 237 (92.97% from 255) = 39.43%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=29.45%
G=39.43%
B=31.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772371870.2500.210.0713062.581.18
HexB1EDBB190157823e51
Octal26135527331025720276121
Binary10110001111011011011101111001010101111100000101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EDBB; }

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

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

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

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

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

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

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

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