#B9FCBF

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

Shades of Fringy Flower #B9FCBF

Tints of Fringy Flower #B9FCBF

Color information

#B9FCBF (or 0xB9FCBF) is unknown color: approx Fringy Flower. HEX triplet: B9, FC and BF. RGB value is (185,252,191). Sum of RGB (Red+Green+Blue) = 185+252+191=628 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.46% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCBF is #460340. Grayscale: #E1E1E1. Windows color (decimal): -4588353 or 12582073. OLE color: 12582073.

HSL color Cylindrical-coordinate representation of color #B9FCBF: hue angle of 125.37º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FCBF is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB185252191-
CMYK0.2700.240.01
HSL125.37º91.78%85.69%-
HSV(B)125.37º26.59%98.82%-
XYZ64.2283.762.06-
YUV225.01108.899.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.46%
GREEN value IS 252 (98.83% from 255) = 40.13%
BLUE value IS 191 (75% from 255) = 30.41%
R=29.46%
G=40.13%
B=30.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852521910.2700.240.01125.3791.7885.69
HexB9FCBF1B01817d5c56
Octal271374277330301175134126
Binary101110011111110010111111110110110001111110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FCBF; }

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

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

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

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

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

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

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

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