#B9FDBA

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

Shades of Fringy Flower #B9FDBA

Tints of Fringy Flower #B9FDBA

Color information

#B9FDBA (or 0xB9FDBA) is unknown color: approx Fringy Flower. HEX triplet: B9, FD and BA. RGB value is (185,253,186). Sum of RGB (Red+Green+Blue) = 185+253+186=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FDBA is #460245. Grayscale: #E1E1E1. Windows color (decimal): -4588102 or 12254649. OLE color: 12254649.

HSL color Cylindrical-coordinate representation of color #B9FDBA: hue angle of 120.88º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FDBA is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB185253186-
CMYK0.2700.260.01
HSL120.88º94.44%85.88%-
HSV(B)120.88º26.88%99.22%-
XYZ6484.1159.32-
YUV225.03105.9799.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.65%
GREEN value IS 253 (99.22% from 255) = 40.54%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=29.65%
G=40.54%
B=29.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852531860.2700.260.01120.8894.4485.88
HexB9FDBA1B01A1795e56
Octal271375272330321171136126
Binary101110011111110110111010110110110101111100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDBA; }

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

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

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

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

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

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

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

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