#B9FABA

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

Shades of Fringy Flower #B9FABA

Tints of Fringy Flower #B9FABA

Color information

#B9FABA (or 0xB9FABA) is unknown color: approx Fringy Flower. HEX triplet: B9, FA and BA. RGB value is (185,250,186). Sum of RGB (Red+Green+Blue) = 185+250+186=621 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.79% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FABA is #460545. Grayscale: #DFDFDF. Windows color (decimal): -4588870 or 12253881. OLE color: 12253881.

HSL color Cylindrical-coordinate representation of color #B9FABA: hue angle of 120.92º degrees, saturation: 0.87, 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 #B9FABA is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB185250186-
CMYK0.2600.260.02
HSL120.92º86.67%85.29%-
HSV(B)120.92º26%98.04%-
XYZ63.0682.2359-
YUV223.27106.97100.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.79%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=29.79%
G=40.26%
B=29.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852501860.2600.260.02120.9286.6785.29
HexB9FABA1A01A2795755
Octal271372272320322171127125
Binary1011100111111010101110101101001101010111100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FABA; }

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

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

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

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

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

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

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

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