#B9FFBB

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

Shades of Fringy Flower #B9FFBB

Tints of Fringy Flower #B9FFBB

Color information

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

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

Color convert

RGB185255187-
CMYK0.2700.270
HSL121.71º100%86.27%-
HSV(B)121.71º27.45%100%-
XYZ64.7485.4260.09-
YUV226.32105.8198.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852551870.2700.270121.7110086.27
HexB9FFBB1B01B07a6456
Octal271377273330330172144126
Binary101110011111111110111011110110110110111101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFBB; }

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

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

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

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

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

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

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

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