#B9FDBB

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

Shades of Fringy Flower #B9FDBB

Tints of Fringy Flower #B9FDBB

Color information

#B9FDBB (or 0xB9FDBB) is unknown color: approx Fringy Flower. HEX triplet: B9, FD and BB. RGB value is (185,253,187). Sum of RGB (Red+Green+Blue) = 185+253+187=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FDBB is #460244. Grayscale: #E1E1E1. Windows color (decimal): -4588101 or 12320185. OLE color: 12320185.

HSL color Cylindrical-coordinate representation of color #B9FDBB: hue angle of 121.76º 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 #B9FDBB is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB185253187-
CMYK0.2700.260.01
HSL121.76º94.44%85.88%-
HSV(B)121.76º26.88%99.22%-
XYZ64.184.1559.88-
YUV225.14106.4799.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.6%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=29.6%
G=40.48%
B=29.92%

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
Decimal1852531870.2700.260.01121.7694.4485.88
HexB9FDBB1B01A17a5e56
Octal271375273330321172136126
Binary101110011111110110111011110110110101111101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDBB; }

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

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

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

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

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

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

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

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