#B0F7BA

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

Shades of Fringy Flower #B0F7BA

Tints of Fringy Flower #B0F7BA

Color information

#B0F7BA (or 0xB0F7BA) is unknown color: approx Fringy Flower. HEX triplet: B0, F7 and BA. RGB value is (176,247,186). Sum of RGB (Red+Green+Blue) = 176+247+186=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F7BA is #4F0845. Grayscale: #DADADA. Windows color (decimal): -5179462 or 12253104. OLE color: 12253104.

HSL color Cylindrical-coordinate representation of color #B0F7BA: hue angle of 128.45º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7BA is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB176247186-
CMYK0.2900.250.03
HSL128.45º81.61%82.94%-
HSV(B)128.45º28.74%96.86%-
XYZ60.0379.358.6-
YUV218.82109.4897.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.90%
GREEN value IS 247 (96.88% from 255) = 40.56%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=28.90%
G=40.56%
B=30.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762471860.2900.250.03128.4581.6182.94
HexB0F7BA1D0193805253
Octal260367272350313200122123
Binary10110000111101111011101011101011001111000000010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F7BA; }

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

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

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

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

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

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

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

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