#BFF7C0

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

Shades of Fringy Flower #BFF7C0

Tints of Fringy Flower #BFF7C0

Color information

#BFF7C0 (or 0xBFF7C0) is unknown color: approx Fringy Flower. HEX triplet: BF, F7 and C0. RGB value is (191,247,192). Sum of RGB (Red+Green+Blue) = 191+247+192=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7C0 is #40083F. Grayscale: #E0E0E0. Windows color (decimal): -4196416 or 12646335. OLE color: 12646335.

HSL color Cylindrical-coordinate representation of color #BFF7C0: hue angle of 121.07º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF7C0 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB191247192-
CMYK0.2300.220.03
HSL121.07º77.78%85.88%-
HSV(B)121.07º22.67%96.86%-
XYZ64.2681.462.19-
YUV223.99109.95104.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 247 (96.88% from 255) = 39.21%
BLUE value IS 192 (75.39% from 255) = 30.48%
R=30.32%
G=39.21%
B=30.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912471920.2300.220.03121.0777.7885.88
HexBFF7C0170163794e56
Octal277367300270263171116126
Binary1011111111110111110000001011101011011111100110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF7C0; }

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

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

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

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

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

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

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

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