#B9FFBA

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

Shades of Fringy Flower #B9FFBA

Tints of Fringy Flower #B9FFBA

Color information

#B9FFBA (or 0xB9FFBA) is unknown color: approx Fringy Flower. HEX triplet: B9, FF and BA. RGB value is (185,255,186). Sum of RGB (Red+Green+Blue) = 185+255+186=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFBA is #460045. Grayscale: #E2E2E2. Windows color (decimal): -4587590 or 12255161. OLE color: 12255161.

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

Color convert

RGB185255186-
CMYK0.2700.270
HSL120.86º100%86.27%-
HSV(B)120.86º27.45%100%-
XYZ64.6385.3859.53-
YUV226.2105.3198.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.55%
GREEN value IS 255 (100% from 255) = 40.73%
BLUE value IS 186 (73.05% from 255) = 29.71%
R=29.55%
G=40.73%
B=29.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852551860.2700.270120.8610086.27
HexB9FFBA1B01B0796456
Octal271377272330330171144126
Binary101110011111111110111010110110110110111100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFBA; }

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

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

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

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

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

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

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

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