#B9FBBD

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

Shades of Fringy Flower #B9FBBD

Tints of Fringy Flower #B9FBBD

Color information

#B9FBBD (or 0xB9FBBD) is unknown color: approx Fringy Flower. HEX triplet: B9, FB and BD. RGB value is (185,251,189). Sum of RGB (Red+Green+Blue) = 185+251+189=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FBBD is #460442. Grayscale: #E0E0E0. Windows color (decimal): -4588611 or 12450745. OLE color: 12450745.

HSL color Cylindrical-coordinate representation of color #B9FBBD: hue angle of 123.64º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FBBD is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB185251189-
CMYK0.2600.250.02
HSL123.64º89.19%85.49%-
HSV(B)123.64º26.29%98.43%-
XYZ63.6982.9860.8-
YUV224.2108.13100.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.6%
GREEN value IS 251 (98.44% from 255) = 40.16%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=29.6%
G=40.16%
B=30.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852511890.2600.250.02123.6489.1985.49
HexB9FBBD1A01927c5955
Octal271373275320312174131125
Binary1011100111111011101111011101001100110111110010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBBD; }

 p { color: rgb(185,251,189); }

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

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

 a { background-color: rgb(185,251,189); }

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

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

 span { border-color: rgb(185,251,189); }

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