#B1EBBB

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

Shades of Fringy Flower #B1EBBB

Tints of Fringy Flower #B1EBBB

Color information

#B1EBBB (or 0xB1EBBB) is unknown color: approx Fringy Flower. HEX triplet: B1, EB and BB. RGB value is (177,235,187). Sum of RGB (Red+Green+Blue) = 177+235+187=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBBB is #4E1444. Grayscale: #D4D4D4. Windows color (decimal): -5116997 or 12315569. OLE color: 12315569.

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

Color convert

RGB177235187-
CMYK0.2500.200.08
HSL130.34º59.18%80.78%-
HSV(B)130.34º24.68%92.16%-
XYZ56.8172.3557.98-
YUV212.19113.78102.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.55%
GREEN value IS 235 (92.19% from 255) = 39.23%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=29.55%
G=39.23%
B=31.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772351870.2500.200.08130.3459.1880.78
HexB1EBBB190148823b51
Octal261353273310241020273121
Binary101100011110101110111011110010101001000100000101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBBB; }

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

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

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

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

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

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

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

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