#BBFFB9

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

Shades of Fringy Flower #BBFFB9

Tints of Fringy Flower #BBFFB9

Color information

#BBFFB9 (or 0xBBFFB9) is unknown color: approx Fringy Flower. HEX triplet: BB, FF and B9. RGB value is (187,255,185). Sum of RGB (Red+Green+Blue) = 187+255+185=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFB9 is #440046. Grayscale: #E2E2E2. Windows color (decimal): -4456519 or 12189627. OLE color: 12189627.

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

Color convert

RGB187255185-
CMYK0.2700.270
HSL118.29º100%86.27%-
HSV(B)118.29º27.45%100%-
XYZ65.0185.5958.99-
YUV226.69104.4799.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 185 (72.66% from 255) = 29.51%
R=29.82%
G=40.67%
B=29.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551850.2700.270118.2910086.27
HexBBFFB91B01B0766456
Octal273377271330330166144126
Binary101110111111111110111001110110110110111011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFB9; }

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

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

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

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

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

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

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

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