#B9FEBF

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

Shades of Fringy Flower #B9FEBF

Tints of Fringy Flower #B9FEBF

Color information

#B9FEBF (or 0xB9FEBF) is unknown color: approx Fringy Flower. HEX triplet: B9, FE and BF. RGB value is (185,254,191). Sum of RGB (Red+Green+Blue) = 185+254+191=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FEBF is #460140. Grayscale: #E2E2E2. Windows color (decimal): -4587841 or 12582585. OLE color: 12582585.

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

Color convert

RGB185254191-
CMYK0.2700.250.00
HSL125.22º97.18%86.08%-
HSV(B)125.22º27.17%99.61%-
XYZ64.8584.9662.27-
YUV226.19108.1498.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.37%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 191 (75% from 255) = 30.32%
R=29.37%
G=40.32%
B=30.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852541910.2700.250.00125.2297.1886.08
HexB9FEBF1B01907d6156
Octal271376277330310175141126
Binary101110011111111010111111110110110010111110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FEBF; }

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

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

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

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

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

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

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

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