#B9FEC1

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

Shades of Fringy Flower #B9FEC1

Tints of Fringy Flower #B9FEC1

Color information

#B9FEC1 (or 0xB9FEC1) is unknown color: approx Fringy Flower. HEX triplet: B9, FE and C1. RGB value is (185,254,193). Sum of RGB (Red+Green+Blue) = 185+254+193=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FEC1 is #46013E. Grayscale: #E2E2E2. Windows color (decimal): -4587839 or 12713657. OLE color: 12713657.

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

Color convert

RGB185254193-
CMYK0.2700.240.00
HSL126.96º97.18%86.08%-
HSV(B)126.96º27.17%99.61%-
XYZ65.0885.0563.44-
YUV226.42109.1498.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.27%
GREEN value IS 254 (99.61% from 255) = 40.19%
BLUE value IS 193 (75.78% from 255) = 30.54%
R=29.27%
G=40.19%
B=30.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852541930.2700.240.00126.9697.1886.08
HexB9FEC11B01807f6156
Octal271376301330300177141126
Binary101110011111111011000001110110110000111111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FEC1; }

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

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

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

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

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

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

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

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