#B1EBBA

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

Shades of Fringy Flower #B1EBBA

Tints of Fringy Flower #B1EBBA

Color information

#B1EBBA (or 0xB1EBBA) is unknown color: approx Fringy Flower. HEX triplet: B1, EB and BA. RGB value is (177,235,186). Sum of RGB (Red+Green+Blue) = 177+235+186=598 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.60% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBBA is #4E1445. Grayscale: #D4D4D4. Windows color (decimal): -5116998 or 12250033. OLE color: 12250033.

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

Color convert

RGB177235186-
CMYK0.2500.210.08
HSL129.31º59.18%80.78%-
HSV(B)129.31º24.68%92.16%-
XYZ56.772.3157.42-
YUV212.07113.28102.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.60%
GREEN value IS 235 (92.19% from 255) = 39.30%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=29.60%
G=39.30%
B=31.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772351860.2500.210.08129.3159.1880.78
HexB1EBBA190158813b51
Octal261353272310251020173121
Binary101100011110101110111010110010101011000100000011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBBA; }

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

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

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

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

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

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

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

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