#B8FFB9

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

Shades of Fringy Flower #B8FFB9

Tints of Fringy Flower #B8FFB9

Color information

#B8FFB9 (or 0xB8FFB9) is unknown color: approx Fringy Flower. HEX triplet: B8, FF and B9. RGB value is (184,255,185). Sum of RGB (Red+Green+Blue) = 184+255+185=624 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.49% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFB9 is #470046. Grayscale: #E1E1E1. Windows color (decimal): -4653127 or 12189624. OLE color: 12189624.

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

Color convert

RGB184255185-
CMYK0.2800.270
HSL120.85º100%86.08%-
HSV(B)120.85º27.84%100%-
XYZ64.2885.2158.96-
YUV225.79104.9898.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.49%
GREEN value IS 255 (100% from 255) = 40.87%
BLUE value IS 185 (72.66% from 255) = 29.65%
R=29.49%
G=40.87%
B=29.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842551850.2800.270120.8510086.08
HexB8FFB91C01B0796456
Octal270377271340330171144126
Binary101110001111111110111001111000110110111100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFB9; }

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

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

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

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

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

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

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

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