#BFF0BB

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

Shades of Fringy Flower #BFF0BB

Tints of Fringy Flower #BFF0BB

Color information

#BFF0BB (or 0xBFF0BB) is unknown color: approx Fringy Flower. HEX triplet: BF, F0 and BB. RGB value is (191,240,187). Sum of RGB (Red+Green+Blue) = 191+240+187=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0BB is #400F44. Grayscale: #DBDBDB. Windows color (decimal): -4198213 or 12316863. OLE color: 12316863.

HSL color Cylindrical-coordinate representation of color #BFF0BB: hue angle of 115.47º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF0BB is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB191240187-
CMYK0.2000.220.06
HSL115.47º63.86%83.73%-
HSV(B)115.47º22.08%94.12%-
XYZ61.6276.9858.63-
YUV219.31109.77107.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 240 (94.14% from 255) = 38.83%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=30.91%
G=38.83%
B=30.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912401870.2000.220.06115.4763.8683.73
HexBFF0BB140166734054
Octal277360273240266163100124
Binary10111111111100001011101110100010110110111001110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF0BB; }

 p { color: rgb(191,240,187); }

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

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

 a { background-color: rgb(191,240,187); }

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

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

 span { border-color: rgb(191,240,187); }

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