#B9FABE

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

Shades of Fringy Flower #B9FABE

Tints of Fringy Flower #B9FABE

Color information

#B9FABE (or 0xB9FABE) is unknown color: approx Fringy Flower. HEX triplet: B9, FA and BE. RGB value is (185,250,190). Sum of RGB (Red+Green+Blue) = 185+250+190=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FABE is #460541. Grayscale: #DFDFDF. Windows color (decimal): -4588866 or 12516025. OLE color: 12516025.

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

Color convert

RGB185250190-
CMYK0.2600.240.02
HSL124.62º86.67%85.29%-
HSV(B)124.62º26%98.04%-
XYZ63.4982.461.27-
YUV223.72108.97100.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.6%
GREEN value IS 250 (98.05% from 255) = 40%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=29.6%
G=40%
B=30.4%

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
Decimal1852501900.2600.240.02124.6286.6785.29
HexB9FABE1A01827d5755
Octal271372276320302175127125
Binary1011100111111010101111101101001100010111110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FABE; }

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

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

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

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

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

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

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

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