#BFF9BE

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

Shades of Fringy Flower #BFF9BE

Tints of Fringy Flower #BFF9BE

Color information

#BFF9BE (or 0xBFF9BE) is unknown color: approx Fringy Flower. HEX triplet: BF, F9 and BE. RGB value is (191,249,190). Sum of RGB (Red+Green+Blue) = 191+249+190=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 249 (97.66% from 255 or 39.52% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9BE is #400641. Grayscale: #E1E1E1. Windows color (decimal): -4195906 or 12515775. OLE color: 12515775.

HSL color Cylindrical-coordinate representation of color #BFF9BE: hue angle of 118.98º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF9BE is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB191249190-
CMYK0.2300.240.02
HSL118.98º83.1%86.08%-
HSV(B)118.98º23.69%97.65%-
XYZ64.6682.5561.24-
YUV224.93108.28103.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 249 (97.66% from 255) = 39.52%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=30.32%
G=39.52%
B=30.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912491900.2300.240.02118.9883.186.08
HexBFF9BE170182775356
Octal277371276270302167123126
Binary1011111111111001101111101011101100010111011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9BE; }

 p { color: rgb(191,249,190); }

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

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

 a { background-color: rgb(191,249,190); }

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

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

 span { border-color: rgb(191,249,190); }

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