#B9FEBD

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

Shades of Fringy Flower #B9FEBD

Tints of Fringy Flower #B9FEBD

Color information

#B9FEBD (or 0xB9FEBD) is unknown color: approx Fringy Flower. HEX triplet: B9, FE and BD. RGB value is (185,254,189). Sum of RGB (Red+Green+Blue) = 185+254+189=628 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.46% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FEBD is #460142. Grayscale: #E2E2E2. Windows color (decimal): -4587843 or 12451513. OLE color: 12451513.

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

Color convert

RGB185254189-
CMYK0.2700.260.00
HSL123.48º97.18%86.08%-
HSV(B)123.48º27.17%99.61%-
XYZ64.6384.8761.12-
YUV225.96107.1498.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.46%
GREEN value IS 254 (99.61% from 255) = 40.45%
BLUE value IS 189 (74.22% from 255) = 30.10%
R=29.46%
G=40.45%
B=30.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852541890.2700.260.00123.4897.1886.08
HexB9FEBD1B01A07b6156
Octal271376275330320173141126
Binary101110011111111010111101110110110100111101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FEBD; }

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

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

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

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

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

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

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

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