#B0FDBA

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

Shades of Fringy Flower #B0FDBA

Tints of Fringy Flower #B0FDBA

Color information

#B0FDBA (or 0xB0FDBA) is unknown color: approx Fringy Flower. HEX triplet: B0, FD and BA. RGB value is (176,253,186). Sum of RGB (Red+Green+Blue) = 176+253+186=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FDBA is #4F0245. Grayscale: #DEDEDE. Windows color (decimal): -5177926 or 12254640. OLE color: 12254640.

HSL color Cylindrical-coordinate representation of color #B0FDBA: hue angle of 127.79º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FDBA is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB176253186-
CMYK0.3000.260.01
HSL127.79º95.06%84.12%-
HSV(B)127.79º30.43%99.22%-
XYZ61.8983.0359.22-
YUV222.34107.4994.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.62%
GREEN value IS 253 (99.22% from 255) = 41.14%
BLUE value IS 186 (73.05% from 255) = 30.24%
R=28.62%
G=41.14%
B=30.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762531860.3000.260.01127.7995.0684.12
HexB0FDBA1E01A1805f54
Octal260375272360321200137124
Binary1011000011111101101110101111001101011000000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FDBA; }

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

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

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

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

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

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

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

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