#B9FABF

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

Shades of Fringy Flower #B9FABF

Tints of Fringy Flower #B9FABF

Color information

#B9FABF (or 0xB9FABF) is unknown color: approx Fringy Flower. HEX triplet: B9, FA and BF. RGB value is (185,250,191). Sum of RGB (Red+Green+Blue) = 185+250+191=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FABF is #460540. Grayscale: #E0E0E0. Windows color (decimal): -4588865 or 12581561. OLE color: 12581561.

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

Color convert

RGB185250191-
CMYK0.2600.240.02
HSL125.54º86.67%85.29%-
HSV(B)125.54º26%98.04%-
XYZ63.682.4561.85-
YUV223.84109.47100.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.55%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 191 (75% from 255) = 30.51%
R=29.55%
G=39.94%
B=30.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852501910.2600.240.02125.5486.6785.29
HexB9FABF1A01827e5755
Octal271372277320302176127125
Binary1011100111111010101111111101001100010111111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FABF; }

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

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

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

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

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

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

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

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