#B9FBBF

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

Shades of Fringy Flower #B9FBBF

Tints of Fringy Flower #B9FBBF

Color information

#B9FBBF (or 0xB9FBBF) is unknown color: approx Fringy Flower. HEX triplet: B9, FB and BF. RGB value is (185,251,191). Sum of RGB (Red+Green+Blue) = 185+251+191=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FBBF is #460440. Grayscale: #E0E0E0. Windows color (decimal): -4588609 or 12581817. OLE color: 12581817.

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

Color convert

RGB185251191-
CMYK0.2600.240.02
HSL125.45º89.19%85.49%-
HSV(B)125.45º26.29%98.43%-
XYZ63.9183.0761.96-
YUV224.43109.1399.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.51%
GREEN value IS 251 (98.44% from 255) = 40.03%
BLUE value IS 191 (75% from 255) = 30.46%
R=29.51%
G=40.03%
B=30.46%

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
Decimal1852511910.2600.240.02125.4589.1985.49
HexB9FBBF1A01827d5955
Octal271373277320302175131125
Binary1011100111111011101111111101001100010111110110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBBF; }

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

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

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

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

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

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

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

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