#B0F4BA

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

Shades of Fringy Flower #B0F4BA

Tints of Fringy Flower #B0F4BA

Color information

#B0F4BA (or 0xB0F4BA) is unknown color: approx Fringy Flower. HEX triplet: B0, F4 and BA. RGB value is (176,244,186). Sum of RGB (Red+Green+Blue) = 176+244+186=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F4BA is #4F0B45. Grayscale: #D9D9D9. Windows color (decimal): -5180230 or 12252336. OLE color: 12252336.

HSL color Cylindrical-coordinate representation of color #B0F4BA: hue angle of 128.82º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F4BA is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB176244186-
CMYK0.2800.240.04
HSL128.82º75.56%82.35%-
HSV(B)128.82º27.87%95.69%-
XYZ59.1277.4858.29-
YUV217.06110.4798.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.04%
GREEN value IS 244 (95.70% from 255) = 40.26%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=29.04%
G=40.26%
B=30.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762441860.2800.240.04128.8275.5682.35
HexB0F4BA1C0184814c52
Octal260364272340304201114122
Binary101100001111010010111010111000110001001000000110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F4BA; }

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

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

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

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

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

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

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

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