#B0F1BA

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

Shades of Fringy Flower #B0F1BA

Tints of Fringy Flower #B0F1BA

Color information

#B0F1BA (or 0xB0F1BA) is unknown color: approx Fringy Flower. HEX triplet: B0, F1 and BA. RGB value is (176,241,186). Sum of RGB (Red+Green+Blue) = 176+241+186=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F1BA is #4F0E45. Grayscale: #D7D7D7. Windows color (decimal): -5180998 or 12251568. OLE color: 12251568.

HSL color Cylindrical-coordinate representation of color #B0F1BA: hue angle of 129.23º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F1BA is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB176241186-
CMYK0.2700.230.05
HSL129.23º69.89%81.76%-
HSV(B)129.23º26.97%94.51%-
XYZ58.2275.6957.99-
YUV215.3111.4799.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.19%
GREEN value IS 241 (94.53% from 255) = 39.97%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=29.19%
G=39.97%
B=30.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762411860.2700.230.05129.2369.8981.76
HexB0F1BA1B0175814652
Octal260361272330275201106122
Binary101100001111000110111010110110101111011000000110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F1BA; }

 p { color: rgb(176,241,186); }

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

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

 a { background-color: rgb(176,241,186); }

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

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

 span { border-color: rgb(176,241,186); }

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