#B1EEBD

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

Shades of Fringy Flower #B1EEBD

Tints of Fringy Flower #B1EEBD

Color information

#B1EEBD (or 0xB1EEBD) is unknown color: approx Fringy Flower. HEX triplet: B1, EE and BD. RGB value is (177,238,189). Sum of RGB (Red+Green+Blue) = 177+238+189=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEBD is #4E1142. Grayscale: #D6D6D6. Windows color (decimal): -5116227 or 12447409. OLE color: 12447409.

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

Color convert

RGB177238189-
CMYK0.2600.210.07
HSL131.8º64.21%81.37%-
HSV(B)131.8º25.63%93.33%-
XYZ57.8974.1759.41-
YUV214.18113.79101.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 238 (93.36% from 255) = 39.40%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=29.30%
G=39.40%
B=31.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772381890.2600.210.07131.864.2181.37
HexB1EEBD1A0157844051
Octal261356275320257204100121
Binary101100011110111010111101110100101011111000010010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EEBD; }

 p { color: rgb(177,238,189); }

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

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

 a { background-color: rgb(177,238,189); }

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

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

 span { border-color: rgb(177,238,189); }

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