#B0E7BA

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

Shades of Fringy Flower #B0E7BA

Tints of Fringy Flower #B0E7BA

Color information

#B0E7BA (or 0xB0E7BA) is unknown color: approx Fringy Flower. HEX triplet: B0, E7 and BA. RGB value is (176,231,186). Sum of RGB (Red+Green+Blue) = 176+231+186=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 231 - color contains mainly: green. Hex color #B0E7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E7BA is #4F1845. Grayscale: #D1D1D1. Windows color (decimal): -5183558 or 12249008. OLE color: 12249008.

HSL color Cylindrical-coordinate representation of color #B0E7BA: hue angle of 130.91º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0E7BA is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB176231186-
CMYK0.2400.190.09
HSL130.91º53.4%79.8%-
HSV(B)130.91º23.81%90.59%-
XYZ55.3469.9357.03-
YUV209.42114.78104.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.68%
GREEN value IS 231 (90.62% from 255) = 38.95%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=29.68%
G=38.95%
B=31.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762311860.2400.190.09130.9153.479.8
HexB0E7BA180139833550
Octal260347272300231120365120
Binary101100001110011110111010110000100111001100000111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E7BA; }

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

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

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

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

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

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

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

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