#BFF1C0

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

Shades of Fringy Flower #BFF1C0

Tints of Fringy Flower #BFF1C0

Color information

#BFF1C0 (or 0xBFF1C0) is unknown color: approx Fringy Flower. HEX triplet: BF, F1 and C0. RGB value is (191,241,192). Sum of RGB (Red+Green+Blue) = 191+241+192=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF1C0 is #400E3F. Grayscale: #DCDCDC. Windows color (decimal): -4197952 or 12644799. OLE color: 12644799.

HSL color Cylindrical-coordinate representation of color #BFF1C0: hue angle of 121.2º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF1C0 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB191241192-
CMYK0.2100.200.05
HSL121.2º64.1%84.71%-
HSV(B)121.2º20.75%94.51%-
XYZ62.4677.7961.59-
YUV220.46111.94106.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 192 (75.39% from 255) = 30.77%
R=30.61%
G=38.62%
B=30.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912411920.2100.200.05121.264.184.71
HexBFF1C0150145794055
Octal277361300250245171100125
Binary10111111111100011100000010101010100101111100110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF1C0; }

 p { color: rgb(191,241,192); }

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

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

 a { background-color: rgb(191,241,192); }

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

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

 span { border-color: rgb(191,241,192); }

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